diff options
Diffstat (limited to 'src/core/hle/kernel/kernel.h')
| -rw-r--r-- | src/core/hle/kernel/kernel.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/hle/kernel/kernel.h b/src/core/hle/kernel/kernel.h index b92c017f6..e7c77727b 100644 --- a/src/core/hle/kernel/kernel.h +++ b/src/core/hle/kernel/kernel.h | |||
| @@ -165,8 +165,8 @@ public: | |||
| 165 | /// Determines whether or not the given port is a valid named port. | 165 | /// Determines whether or not the given port is a valid named port. |
| 166 | bool IsValidNamedPort(NamedPortTable::const_iterator port) const; | 166 | bool IsValidNamedPort(NamedPortTable::const_iterator port) const; |
| 167 | 167 | ||
| 168 | /// Gets the current host_thread/guest_thread handle. | 168 | /// Gets the current host_thread/guest_thread pointer. |
| 169 | EmuThreadHandle GetCurrentEmuThreadID() const; | 169 | KThread* GetCurrentEmuThread() const; |
| 170 | 170 | ||
| 171 | /// Gets the current host_thread handle. | 171 | /// Gets the current host_thread handle. |
| 172 | u32 GetCurrentHostThreadID() const; | 172 | u32 GetCurrentHostThreadID() const; |