gpulib: check mode change on blank
[pcsx_rearmed.git] / plugins / gpulib / vout_pl.c
index a49371a..49f53d6 100644 (file)
@@ -95,6 +95,7 @@ void vout_blank(void)
     w *= 2;
     h *= 2;
   }
+  check_mode_change(0);
   cbs->pl_vout_flip(NULL, 1024, gpu.status.rgb24, w, h);
 }