mirror of
https://github.com/DarkStore-3DS/Project_CTR.git
synced 2026-07-02 16:59:03 +00:00
Don't silence verbosity with -q/--quiet
This commit is contained in:
@@ -371,7 +371,7 @@ ctrtool::SettingsInitializer::SettingsInitializer(const std::vector<std::string>
|
||||
if (mSuppressOutput)
|
||||
{
|
||||
opt.info = false;
|
||||
opt.verbose = false;
|
||||
//opt.verbose = false;
|
||||
exefs.list_fs = false;
|
||||
romfs.list_fs = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user