mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-11 16:46:16 +00:00
Fix verbose logging
This commit is contained in:
@@ -117,7 +117,7 @@ namespace
|
||||
(void)&watch_system_objects;
|
||||
watch_system_objects(win_emu, options.concise_logging);
|
||||
win_emu.buffer_stdout = true;
|
||||
// win_emu.verbose_calls = true;
|
||||
win_emu.verbose_calls = options.verbose_logging;
|
||||
|
||||
const auto& exe = *win_emu.process().executable;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user