From a8394913dcf70b73c32e5f6ef25b53445c1fad2a Mon Sep 17 00:00:00 2001 From: Vicki Pfau Date: Thu, 4 Jan 2018 18:11:00 -0800 Subject: [PATCH] GBA: Speculative fix for AGBPrint --- src/gba/memory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gba/memory.c b/src/gba/memory.c index bde601e86..dc913d650 100644 --- a/src/gba/memory.c +++ b/src/gba/memory.c @@ -310,7 +310,7 @@ static void GBASetActiveRegion(struct ARMCore* cpu, uint32_t address) { if ((address & (SIZE_CART0 - 1)) == AGB_PRINT_FLUSH_ADDR && memory->agbPrint == 0x20) { cpu->memory.activeRegion = (uint32_t*) _agbPrintFunc; cpu->memory.activeMask = sizeof(_agbPrintFunc) - 1; - + break; } // Fall through default: