mirror of https://github.com/mgba-emu/mgba.git
GBA: Fix BIOS booting
This commit is contained in:
parent
470dd7f550
commit
1ea2a6597e
|
@ -208,7 +208,7 @@ void GBAReset(struct ARMCore* cpu) {
|
|||
gba->debug = false;
|
||||
memset(gba->debugString, 0, sizeof(gba->debugString));
|
||||
|
||||
if (!gba->romVf) {
|
||||
if (!gba->romVf && gba->memory.rom) {
|
||||
GBASkipBIOS(gba);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue