summaryrefslogtreecommitdiff
path: root/src/gfx.cpp
diff options
context:
space:
mode:
authortwinaphex2015-11-08 04:35:30 +0100
committertwinaphex2015-11-08 04:35:30 +0100
commit804215a4c07fe76208a562e58d56b874968f828d (patch)
treeaac36aa10c1d72fa5a9927fc5a3aefcc4923c4ef /src/gfx.cpp
parentb5020d0568e1ce401eb242dbc2e711886c8b0ad2 (diff)
downloadsnes9x2002-804215a4c07fe76208a562e58d56b874968f828d.tar.gz
snes9x2002-804215a4c07fe76208a562e58d56b874968f828d.tar.bz2
snes9x2002-804215a4c07fe76208a562e58d56b874968f828d.zip
Take out _SNESPPC ifdefs
Diffstat (limited to 'src/gfx.cpp')
-rw-r--r--src/gfx.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gfx.cpp b/src/gfx.cpp
index acb1294..fe8f2b4 100644
--- a/src/gfx.cpp
+++ b/src/gfx.cpp
@@ -546,13 +546,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;