mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-21 04:47:53 -05: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