reducing size of gfx state, cleanup
[drnoksnes] / ppu.h
diff --git a/ppu.h b/ppu.h
index 61d9865..20e44a1 100644 (file)
--- a/ppu.h
+++ b/ppu.h
@@ -279,8 +279,8 @@ STATIC INLINE uint8 REGISTER_4212()
 
 STATIC INLINE void FLUSH_REDRAW ()
 {
-    if (IPPU.PreviousLine != IPPU.CurrentLine)
-       S9xUpdateScreen ();
+       if (IPPU.PreviousLine != IPPU.CurrentLine)
+               S9xUpdateScreen();
 }
 
 STATIC INLINE void REGISTER_2104 (uint8 byte)