mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-20 04:03:57 +00:00
Fix concise logging
This commit is contained in:
@@ -453,7 +453,7 @@ namespace
|
||||
.settings = &options,
|
||||
};
|
||||
|
||||
const auto concise_logging = !options.verbose_logging;
|
||||
const auto concise_logging = options.concise_logging;
|
||||
|
||||
const auto win_emu = setup_emulator(options, args);
|
||||
context.win_emu = win_emu.get();
|
||||
|
||||
Reference in New Issue
Block a user