diff --git a/src/gba/gba-video.c b/src/gba/gba-video.c index e8f586458..4268f5977 100644 --- a/src/gba/gba-video.c +++ b/src/gba/gba-video.c @@ -95,7 +95,7 @@ int32_t GBAVideoProcessEvents(struct GBAVideo* video, int32_t cycles) { break; case VIDEO_VERTICAL_TOTAL_PIXELS: video->vcount = 0; - //video->renderPath.startDraw(); + video->p->memory.io[REG_VCOUNT >> 1] = 0; break; }