mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-18 11:13:57 +00:00
Adapt more printing
This commit is contained in:
@@ -41,8 +41,7 @@ namespace syscalls
|
||||
const auto i = info.read();
|
||||
thread->name = read_unicode_string(c.emu, i.ThreadName);
|
||||
|
||||
c.win_emu.log.print(color::blue, "Setting thread (%d) name: %s\n", thread->id,
|
||||
u16_to_u8(thread->name).c_str());
|
||||
c.win_emu.callbacks.on_thread_set_name(*thread);
|
||||
|
||||
return STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user