From fdaf2925f1353b07cd957ae47b0e6793648559be Mon Sep 17 00:00:00 2001 From: João Silva Date: Sun, 13 Aug 2017 06:02:24 +0100 Subject: Copied SPC7110 emulation from snes9x_3ds. --- source/memmap.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source/memmap.c') diff --git a/source/memmap.c b/source/memmap.c index 5efeacb..9011f90 100644 --- a/source/memmap.c +++ b/source/memmap.c @@ -578,8 +578,7 @@ bool LoadROM( uint8_t* RomHeader = Memory.ROM; Memory.ExtendedFormat = NOPE; - if (CleanUp7110 != NULL) - (*CleanUp7110)(); + Del7110Gfx(); memset(&SNESGameFixes, 0, sizeof(SNESGameFixes)); SNESGameFixes.SRAMInitialValue = 0x60; -- cgit v1.2.3