2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00

Kernel: Add CodeSet case to Object::IsWaitable

This commit is contained in:
Yuri Kunde Schlesner 2015-07-12 18:14:26 -03:00
parent e608fc638f
commit d4f35fd989

View file

@ -86,6 +86,7 @@ public:
case HandleType::Process:
case HandleType::AddressArbiter:
case HandleType::ResourceLimit:
case HandleType::CodeSet:
return false;
}
}