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/gfx16.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/gfx16.cpp') diff --git a/src/gfx16.cpp b/src/gfx16.cpp index a05e335..3ac95ca 100644 --- a/src/gfx16.cpp +++ b/src/gfx16.cpp @@ -559,13 +559,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