From 5a96997f186b2cff1a24ed5572430fe0f031e8d3 Mon Sep 17 00:00:00 2001 From: aliaspider Date: Tue, 28 Oct 2014 03:13:05 +0100 Subject: initial libretro port. --- source/apu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/apu.cpp') diff --git a/source/apu.cpp b/source/apu.cpp index 769d2bc..53e0425 100644 --- a/source/apu.cpp +++ b/source/apu.cpp @@ -408,7 +408,7 @@ void S9xSetAPUDSP (uint8 byte) { IAPU.Registers.PC = IAPU.PC - IAPU.RAM; S9xAPUPackStatus(); - S9xSPCDump (S9xGetFilenameInc (".spc")); + S9xSPCDump (".spc"); spc_is_dumping = 0; } } -- cgit v1.2.3