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.old2 | 2 -- 1 file changed, 2 deletions(-) (limited to 'old/gfx16.cpp.old2') diff --git a/old/gfx16.cpp.old2 b/old/gfx16.cpp.old2 index 5a9fcb8..36358a5 100644 --- a/old/gfx16.cpp.old2 +++ b/old/gfx16.cpp.old2 @@ -547,13 +547,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