From 804215a4c07fe76208a562e58d56b874968f828d Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 8 Nov 2015 04:35:30 +0100 Subject: Take out _SNESPPC ifdefs --- src/sdd1.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/sdd1.cpp') diff --git a/src/sdd1.cpp b/src/sdd1.cpp index aa3da87..878bf4c 100644 --- a/src/sdd1.cpp +++ b/src/sdd1.cpp @@ -81,11 +81,7 @@ void S9xSDD1PostLoadState () S9xSetSDD1MemoryMap (i, Memory.FillRAM [0x4804 + i]); } -#ifndef _SNESPPC static int S9xCompareSDD1LoggedDataEntries (const void *p1, const void *p2) -#else -static int _cdecl S9xCompareSDD1LoggedDataEntries (const void *p1, const void *p2) -#endif { uint8 *b1 = (uint8 *) p1; uint8 *b2 = (uint8 *) p2; -- cgit v1.2.3