mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-19 11:43:56 +00:00
Small fixes
This commit is contained in:
@@ -39,6 +39,11 @@ namespace syscalls
|
||||
return STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
NTSTATUS handle_NtQueryEvent()
|
||||
{
|
||||
return STATUS_NOT_SUPPORTED;
|
||||
}
|
||||
|
||||
NTSTATUS handle_NtClearEvent(const syscall_context& c, const handle event_handle)
|
||||
{
|
||||
auto* e = c.proc.events.get(event_handle);
|
||||
|
||||
Reference in New Issue
Block a user