mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-18 19:23:56 +00:00
Always perform concise executable read logging without verbose logging
This commit is contained in:
@@ -265,7 +265,7 @@ namespace
|
||||
|
||||
const auto& exe = *win_emu->mod_manager.executable;
|
||||
|
||||
const auto concise_logging = options.concise_logging;
|
||||
const auto concise_logging = !options.verbose_logging;
|
||||
|
||||
for (const auto& section : exe.sections)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user