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