os: remove ManagedHandle, refactor to use NativeHandle typename
This commit is contained in:
@@ -30,7 +30,7 @@ namespace ams::os::impl {
|
||||
return GetThreadManager().GetCurrentThread();
|
||||
}
|
||||
|
||||
ALWAYS_INLINE Handle GetCurrentThreadHandle() {
|
||||
ALWAYS_INLINE NativeHandle GetCurrentThreadHandle() {
|
||||
/* return GetCurrentThread()->thread_impl->handle; */
|
||||
return ::threadGetCurHandle();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user