mirror of https://github.com/mgba-emu/mgba.git
GBA: Fix BIOS loading setting
This commit is contained in:
parent
3fe32281c9
commit
7a9807f030
|
@ -190,7 +190,7 @@ void GBAConfigMap(const struct GBAConfig* config, struct GBAOptions* opts) {
|
|||
}
|
||||
|
||||
int fakeBool;
|
||||
if (_lookupIntValue(config, "useSync", &fakeBool)) {
|
||||
if (_lookupIntValue(config, "useBios", &fakeBool)) {
|
||||
opts->useBios = fakeBool;
|
||||
}
|
||||
if (_lookupIntValue(config, "audioSync", &fakeBool)) {
|
||||
|
|
Loading…
Reference in New Issue