mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-19 11:43:56 +00:00
Prepare more timer syscalls
This commit is contained in:
@@ -119,6 +119,7 @@ namespace syscalls
|
||||
return h.value.type == handle_types::thread //
|
||||
|| h.value.type == handle_types::mutant //
|
||||
|| h.value.type == handle_types::semaphore //
|
||||
|| h.value.type == handle_types::timer //
|
||||
|| h.value.type == handle_types::event;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user