summaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/kernel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/kernel/kernel.h')
-rw-r--r--src/core/hle/kernel/kernel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/kernel/kernel.h b/src/core/hle/kernel/kernel.h
index 4f0f2331c..58c9d108b 100644
--- a/src/core/hle/kernel/kernel.h
+++ b/src/core/hle/kernel/kernel.h
@@ -91,7 +91,7 @@ private:
91 u64 CreateNewProcessID(); 91 u64 CreateNewProcessID();
92 92
93 /// Creates a new thread ID, incrementing the internal thread ID counter. 93 /// Creates a new thread ID, incrementing the internal thread ID counter.
94 u32 CreateNewThreadID(); 94 u64 CreateNewThreadID();
95 95
96 /// Creates a timer callback handle for the given timer. 96 /// Creates a timer callback handle for the given timer.
97 ResultVal<Handle> CreateTimerCallbackHandle(const SharedPtr<Timer>& timer); 97 ResultVal<Handle> CreateTimerCallbackHandle(const SharedPtr<Timer>& timer);