mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-08 05:22:34 -07:00
* kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. - See https://github.com/citra-emu/citra/pull/4710 for details.