mirror of https://github.com/mgba-emu/mgba.git
GBA: Fix another boot crash
This commit is contained in:
parent
39ef39e1c6
commit
fb9db162ea
|
@ -96,6 +96,7 @@ static void GBAInit(struct ARMCore* cpu, struct ARMComponent* component) {
|
|||
|
||||
gba->pristineRom = 0;
|
||||
gba->pristineRomSize = 0;
|
||||
gba->yankedRomSize = 0;
|
||||
}
|
||||
|
||||
void GBAUnloadROM(struct GBA* gba) {
|
||||
|
|
Loading…
Reference in New Issue