mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-04-16 09:14:10 -05: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.