mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 01:35:46 +00:00
hle: kernel: service_thread: Add parameter for thread pool size.
This commit is contained in:
parent
eeabd0cc31
commit
3d7b4bfa48
3 changed files with 7 additions and 7 deletions
|
@ -14,7 +14,7 @@ class ServerSession;
|
|||
|
||||
class ServiceThread final {
|
||||
public:
|
||||
explicit ServiceThread(KernelCore& kernel);
|
||||
explicit ServiceThread(KernelCore& kernel, std::size_t num_threads);
|
||||
~ServiceThread();
|
||||
|
||||
void QueueSyncRequest(ServerSession& session, std::shared_ptr<HLERequestContext>&& context);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue