mirror of
https://git.citron-emu.org/citron/emulator
synced 2026-01-02 00:13:45 +00:00
kernel: Implement a more accurate IPC dispatch.
This commit is contained in:
@@ -27,6 +27,7 @@ bool Object::IsWaitable() const {
|
||||
case HandleType::ResourceLimit:
|
||||
case HandleType::ClientPort:
|
||||
case HandleType::ClientSession:
|
||||
case HandleType::Session:
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user