mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-02-26 05:03:05 +00:00
hle: kernel: Move ServiceThread ownership to KernelCore.
- Fixes a circular dependency which prevented threads from being released on shutdown.
This commit is contained in:
@@ -167,7 +167,7 @@ private:
|
||||
std::string name;
|
||||
|
||||
/// Thread to dispatch service requests
|
||||
std::unique_ptr<ServiceThread> service_thread;
|
||||
std::weak_ptr<ServiceThread> service_thread;
|
||||
};
|
||||
|
||||
} // namespace Kernel
|
||||
|
||||
Reference in New Issue
Block a user