mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2026-01-23 13:44:04 +01:00
hle: services: Use std::shared_ptr instead of copy by value. - This is a prerequisite to adding a mutex to `ServiceFramework`, which cannot be copied. - This will be used for threaded services.