mirror of
https://git.citron-emu.org/citron/emulator
synced 2026-01-09 03:04:31 +00: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.