From d8b66ac6d0524b3538ad595825651b28329f9033 Mon Sep 17 00:00:00 2001 From: João Silva Date: Tue, 24 Jan 2017 20:32:46 +0000 Subject: Sound improvements - some by me, most from snes9x2002 and snes9x 1.51. --- source/dma.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'source/dma.c') diff --git a/source/dma.c b/source/dma.c index fc1356b..f404d4f 100644 --- a/source/dma.c +++ b/source/dma.c @@ -31,13 +31,6 @@ extern uint8_t* HDMABasePointers [8]; uint32_t HDMARawPointers[8]; // Cart address space pointer #endif -#if defined(__linux__) || defined(__WIN32__) -static int S9xCompareSDD1IndexEntries(const void* p1, const void* p2) -{ - return (*(uint32_t*) p1 - * (uint32_t*) p2); -} -#endif - /**********************************************************************************************/ /* S9xDoDMA() */ /* This function preforms the general dma transfer */ -- cgit v1.2.3