mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-04-17 20:32:52 +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.