Core: Passing -b should force-enable BIOS

This commit is contained in:
Vicki Pfau 2022-01-21 20:56:43 -08:00
parent 819159f1d4
commit b96d980a98
1 changed files with 1 additions and 0 deletions

View File

@ -165,6 +165,7 @@ void applyArguments(const struct mArguments* args, struct mSubParser* subparser,
}
if (args->bios) {
mCoreConfigSetOverrideValue(config, "bios", args->bios);
mCoreConfigSetOverrideIntValue(config, "useBios", true);
}
HashTableEnumerate(&args->configOverrides, _tableApply, config);
if (subparser) {