mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-06-06 13:59:13 +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.