From 7c1327bd24d539a79824c504a9ac438c8a97a207 Mon Sep 17 00:00:00 2001 From: Nebuleon Fumika Date: Fri, 4 Jan 2013 23:12:10 -0500 Subject: Move all CPU cycle calculations into cpuops.cpp. --- source/gfx.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/gfx.cpp') 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){ -- cgit v1.2.3