mirror of https://github.com/mgba-emu/mgba.git
Core: Passing -b should force-enable BIOS
This commit is contained in:
parent
8a310dcfed
commit
b2c349a4a3
|
@ -165,6 +165,7 @@ void applyArguments(const struct mArguments* args, struct mSubParser* subparser,
|
||||||
}
|
}
|
||||||
if (args->bios) {
|
if (args->bios) {
|
||||||
mCoreConfigSetOverrideValue(config, "bios", args->bios);
|
mCoreConfigSetOverrideValue(config, "bios", args->bios);
|
||||||
|
mCoreConfigSetOverrideIntValue(config, "useBios", true);
|
||||||
}
|
}
|
||||||
HashTableEnumerate(&args->configOverrides, _tableApply, config);
|
HashTableEnumerate(&args->configOverrides, _tableApply, config);
|
||||||
if (subparser) {
|
if (subparser) {
|
||||||
|
|
Loading…
Reference in New Issue