aboutsummaryrefslogtreecommitdiff
path: root/source/gfx.cpp
diff options
context:
space:
mode:
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){