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 --- old/gfx16.cpp.last | 2 -- 1 file changed, 2 deletions(-) (limited to 'old/gfx16.cpp.last') diff --git a/old/gfx16.cpp.last b/old/gfx16.cpp.last index 24e004b..0ebb820 100644 --- a/old/gfx16.cpp.last +++ b/old/gfx16.cpp.last @@ -542,13 +542,11 @@ void S9xStartScreenRefresh () { if (IPPU.RenderThisFrame) { -#ifndef _SNESPPC if (!S9xInitUpdate ()) { IPPU.RenderThisFrame = FALSE; return; } -#endif IPPU.RenderedFramesCount++; IPPU.PreviousLine = IPPU.CurrentLine = 0; IPPU.MaxBrightness = PPU.Brightness; -- cgit v1.2.3