From b27c451831082179cc9bc3c1b3424ebb0f66dd74 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 15 Dec 2014 00:48:14 +0100 Subject: Remove ACCUMULATE_READ_JOYPAD --- source/gfx.c | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'source/gfx.c') diff --git a/source/gfx.c b/source/gfx.c index 9ca3dc5..6c86ba5 100644 --- a/source/gfx.c +++ b/source/gfx.c @@ -1059,14 +1059,6 @@ void S9xSetupOBJ() static void DrawOBJS(bool OnMain, uint8_t D) { -#ifdef ACCUMULATE_JOYPAD - /* - * This call allows NDSSFC to synchronise the DS controller more often. - * If porting a later version of Snes9x into NDSSFC, it is essential to - * preserve it. - */ - NDSSFCAccumulateJoypad(); -#endif #ifdef MK_DEBUG_RTO if (Settings.BGLayering) fprintf(stderr, "Entering DrawOBJS() for %d-%d\n", GFX.StartY, GFX.EndY); @@ -2209,14 +2201,6 @@ static void DrawBackgroundMode5(uint32_t bg, uint8_t Z1, uint8_t Z2) static void DrawBackground(uint32_t BGMode, uint32_t bg, uint8_t Z1, uint8_t Z2) { -#ifdef ACCUMULATE_JOYPAD - /* - * This call allows NDSSFC to synchronise the DS controller more often. - * If porting a later version of Snes9x into NDSSFC, it is essential to - * preserve it. - */ - NDSSFCAccumulateJoypad(); -#endif GFX.PixSize = 1; BG.TileSize = BGSizes [PPU.BG[bg].BGSize]; -- cgit v1.2.3