summaryrefslogtreecommitdiff
path: root/video.c
diff options
context:
space:
mode:
Diffstat (limited to 'video.c')
-rw-r--r--video.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/video.c b/video.c
index 48469e9..23cd368 100644
--- a/video.c
+++ b/video.c
@@ -4437,6 +4437,9 @@ void update_scanline(void)
order_layers((dispcnt >> 8) & active_layers[video_mode]);
+ if(skip_next_frame)
+ return;
+
// If the screen is in in forced blank draw pure white.
if(dispcnt & 0x80)
{