GBA: Fix BIOS loading setting

This commit is contained in:
Jeffrey Pfau 2015-03-28 23:19:21 -07:00
parent 3fe32281c9
commit 7a9807f030
1 changed files with 1 additions and 1 deletions

View File

@ -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)) {