mirror of
https://git.h3cjp.net/H3cJP/yuzu.git
synced 2024-12-16 15:55:30 +00:00
fixup! hle: kernel: Migrate to KHandleTable.
This commit is contained in:
parent
9beb239634
commit
703d7aaab6
|
@ -22,7 +22,7 @@ enum PseudoHandle : Handle {
|
|||
CurrentProcess = 0xFFFF8001,
|
||||
};
|
||||
|
||||
constexpr bool IsPseudoHandle(const Handle& handle) {
|
||||
constexpr bool IsPseudoHandle(Handle handle) {
|
||||
return handle == PseudoHandle::CurrentProcess || handle == PseudoHandle::CurrentThread;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue