GBA: Fix BIOS booting
Vicki Pfau vi@endrift.com
Thu, 20 Jul 2017 22:25:02 -0700
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
src/gba/gba.c
→
src/gba/gba.c
@@ -208,7 +208,7 @@
gba->debug = false; memset(gba->debugString, 0, sizeof(gba->debugString)); - if (!gba->romVf) { + if (!gba->romVf && gba->memory.rom) { GBASkipBIOS(gba); } }