GBA: Fix another boot crash

This commit is contained in:
Jeffrey Pfau 2015-11-15 02:15:58 -08:00
parent 0a6e2b49ab
commit 99b68509da
1 changed files with 1 additions and 0 deletions

View File

@ -106,6 +106,7 @@ static void GBAInit(struct ARMCore* cpu, struct ARMComponent* component) {
gba->pristineRom = 0;
gba->pristineRomSize = 0;
gba->yankedRomSize = 0;
}
void GBAUnloadROM(struct GBA* gba) {