summaryrefslogtreecommitdiff
path: root/src/gfx.cpp
diff options
context:
space:
mode:
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;