Always perform concise executable read logging without verbose logging

This commit is contained in:
momo5502
2025-04-18 11:46:48 +02:00
parent a94fdeebc0
commit bf23eac588

View File

@@ -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)
{