gpulib: clear fb when display is blanked
[pcsx_rearmed.git] / frontend / plugin_lib.c
index 2e954aa..17fa1ec 100644 (file)
@@ -116,6 +116,9 @@ void pl_print_hud(int xborder)
 {
        int w = pl_vout_w, h = pl_vout_h;
 
+       if (h < 16)
+               return;
+
        if (g_opts & OPT_SHOWSPU)
                draw_active_chans(w, h);