GBA Memory: Fix build

This commit is contained in:
Vicki Pfau 2017-02-01 14:07:13 -08:00
parent 6580130914
commit 1ab6d36fa2
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ void GBAMemoryDeinit(struct GBA* gba) {
}
void GBAMemoryReset(struct GBA* gba) {
if (gba->memory.rom || gb->fullBios) {
if (gba->memory.rom || gba->memory.fullBios) {
// Not multiboot
if (gba->memory.wram) {
mappedMemoryFree(gba->memory.wram, SIZE_WORKING_RAM);