mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-18 11:13:57 +00:00
Stub more syscalls
This commit is contained in:
@@ -184,7 +184,8 @@ namespace syscalls
|
||||
|| info_class == ProcessDefaultHardErrorMode //
|
||||
|| info_class == ProcessRaiseUMExceptionOnInvalidHandleClose //
|
||||
|| info_class == ProcessDynamicFunctionTableInformation //
|
||||
|| info_class == ProcessPriorityBoost)
|
||||
|| info_class == ProcessPriorityBoost //
|
||||
|| info_class == ProcessPriorityClassEx)
|
||||
{
|
||||
return STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user