all repos — mgba @ 7a9807f030b80c3c38b6587a385ad7d2e44d16f7

mGBA Game Boy Advance Emulator

GBA: Fix BIOS loading setting
Jeffrey Pfau jeffrey@endrift.com
Sat, 28 Mar 2015 23:19:21 -0700
commit

7a9807f030b80c3c38b6587a385ad7d2e44d16f7

parent

3fe32281c9f419c0b14044153324624614d15208

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M src/gba/supervisor/config.csrc/gba/supervisor/config.c

@@ -190,7 +190,7 @@ opts->audioBuffers = audioBuffers;

} int fakeBool; - if (_lookupIntValue(config, "useSync", &fakeBool)) { + if (_lookupIntValue(config, "useBios", &fakeBool)) { opts->useBios = fakeBool; } if (_lookupIntValue(config, "audioSync", &fakeBool)) {