summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/service_thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/kernel/service_thread.h')
-rw-r--r--src/core/hle/kernel/service_thread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/kernel/service_thread.h b/src/core/hle/kernel/service_thread.h
index d252490bb..91ad7ae85 100644
--- a/src/core/hle/kernel/service_thread.h
+++ b/src/core/hle/kernel/service_thread.h
@@ -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);