mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-03 15:12:25 -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.