mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-13 10:07:57 -05:00
- fixed tabs in function_wrappers.h
- fixed log message wording in hle.cpp - added syscall stubs for CloseHandle and WaitSynchronization1
This commit is contained in:
@ -76,7 +76,7 @@ void CallSyscall(u32 opcode) {
|
||||
if (info->func) {
|
||||
info->func();
|
||||
} else {
|
||||
ERROR_LOG(HLE, "Unimplemented HLE function %s", info->name);
|
||||
ERROR_LOG(HLE, "Unimplemented SysCall function %s(..)", info->name.c_str());
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user