mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-01-26 04:28:48 -06: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.