os: remove ManagedHandle, refactor to use NativeHandle typename
This commit is contained in:
@@ -50,7 +50,7 @@ namespace ams::os::impl {
|
||||
return this->impl.IsSignaled();
|
||||
}
|
||||
|
||||
Handle GetHandle() const {
|
||||
NativeHandle GetHandle() const {
|
||||
return this->impl.GetHandle();
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user