mirror of
https://github.com/DarkStore-3DS/Project_CTR.git
synced 2026-07-03 00:39:14 +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)
|
if (mSuppressOutput)
|
||||||
{
|
{
|
||||||
opt.info = false;
|
opt.info = false;
|
||||||
opt.verbose = false;
|
//opt.verbose = false;
|
||||||
exefs.list_fs = false;
|
exefs.list_fs = false;
|
||||||
romfs.list_fs = false;
|
romfs.list_fs = false;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user