Cmd line: fix -mb-audit eating next arg

This commit is contained in:
tomcw 2024-02-03 20:42:24 +00:00
parent def144a684
commit 6ca36d8541
1 changed files with 0 additions and 2 deletions

View File

@ -613,8 +613,6 @@ bool ProcessCmdLine(LPSTR lpCmdLine)
}
else if (strcmp(lpCmdLine, "-mb-audit") == 0) // enable selection of additional sound cards, eg. for mb-audit
{
lpCmdLine = GetCurrArg(lpNextArg);
lpNextArg = GetNextArg(lpNextArg);
g_cmdLine.supportExtraMBCardTypes = true;
}
else if (strcmp(lpCmdLine, "-no-disk2-stepper-defer") == 0) // a debug switch (likely to be removed in a future version)