mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-04-26 12:30:49 -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.