aboutsummaryrefslogtreecommitdiff
path: root/source/gfx.cpp
diff options
context:
space:
mode:
authorNebuleon Fumika2013-01-04 23:12:10 -0500
committerNebuleon Fumika2013-01-04 23:12:10 -0500
commit7c1327bd24d539a79824c504a9ac438c8a97a207 (patch)
tree2ede500df41a26deac7355d750c68de63382dd43 /source/gfx.cpp
parentbfef6f17bdec77fdbbd2f99387058024673818a4 (diff)
downloadsnes9x2005-7c1327bd24d539a79824c504a9ac438c8a97a207.tar.gz
snes9x2005-7c1327bd24d539a79824c504a9ac438c8a97a207.tar.bz2
snes9x2005-7c1327bd24d539a79824c504a9ac438c8a97a207.zip
Move all CPU cycle calculations into cpuops.cpp.
Diffstat (limited to 'source/gfx.cpp')
-rw-r--r--source/gfx.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/gfx.cpp b/source/gfx.cpp
index 59ff71a..47fd826 100644
--- a/source/gfx.cpp
+++ b/source/gfx.cpp
@@ -1302,6 +1302,7 @@ if(Settings.BGLayering) {
#endif
}
}
+#if 0
else if (!Settings.SupportHiRes)
{
if (PPU.BGMode == 5)
@@ -1365,6 +1366,7 @@ if(Settings.BGLayering) {
#endif
}
}
+#endif // 0
GFX.Z1 = D + 2;
for(uint32 Y=GFX.StartY, Offset=Y*GFX.PPL; Y<=GFX.EndY; Y++, Offset+=GFX.PPL){