summaryrefslogtreecommitdiff
path: root/old/gfx16.cpp.old2
diff options
context:
space:
mode:
authortwinaphex2015-11-08 04:35:30 +0100
committertwinaphex2015-11-08 04:35:30 +0100
commit804215a4c07fe76208a562e58d56b874968f828d (patch)
treeaac36aa10c1d72fa5a9927fc5a3aefcc4923c4ef /old/gfx16.cpp.old2
parentb5020d0568e1ce401eb242dbc2e711886c8b0ad2 (diff)
downloadsnes9x2002-804215a4c07fe76208a562e58d56b874968f828d.tar.gz
snes9x2002-804215a4c07fe76208a562e58d56b874968f828d.tar.bz2
snes9x2002-804215a4c07fe76208a562e58d56b874968f828d.zip
Take out _SNESPPC ifdefs
Diffstat (limited to 'old/gfx16.cpp.old2')
-rw-r--r--old/gfx16.cpp.old22
1 files changed, 0 insertions, 2 deletions
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;