fix command line doc

This commit is contained in:
tildearrow 2023-11-01 19:09:30 -05:00
parent 72e37e33b4
commit ff9078d59f
4 changed files with 103 additions and 42 deletions

View file

@ -554,7 +554,7 @@ int main(int argc, char** argv) {
if (safeMode && (consoleMode || benchMode || infoMode || outName!="" || vgmOutName!="" || cmdOutName!="")) {
logE("you can't use safe mode and console/export mode together.");
return 0;
return 1;
}
if (safeMode && !safeModeWithAudio) {