mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-24 09:01:03 +00:00
Kernel: Add the CodeSet handle type to Object::IsWaitable.
This commit is contained in:
parent
e608fc638f
commit
b2250e9053
@ -86,6 +86,7 @@ public:
|
||||
case HandleType::Process:
|
||||
case HandleType::AddressArbiter:
|
||||
case HandleType::ResourceLimit:
|
||||
case HandleType::CodeSet:
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user