mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-18 19:23:56 +00:00
Use more semantic logging
This commit is contained in:
@@ -329,7 +329,7 @@ namespace syscalls
|
||||
{
|
||||
if (lock.value())
|
||||
{
|
||||
c.win_emu.log.print(color::gray, "NtAlertThreadByThreadIdEx with lock not supported yet!");
|
||||
c.win_emu.log.warn("NtAlertThreadByThreadIdEx with lock not supported yet!");
|
||||
// c.emu.stop();
|
||||
// return STATUS_NOT_SUPPORTED;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user