GBA: Fix another boot crash

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

View File

@ -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) {