X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=frontend%2Fplugin_lib.c;h=17fa1ec872c938c2fc61dbf8700dc3aab6c9f6a0;hp=2e954aac614f54188585bb73d4694c8d37257a99;hb=aafcb4ddc257478d613611adcae7cb13fd716577;hpb=ab423939f0af46542bb23000e77a30976c8c2335 diff --git a/frontend/plugin_lib.c b/frontend/plugin_lib.c index 2e954aac..17fa1ec8 100644 --- a/frontend/plugin_lib.c +++ b/frontend/plugin_lib.c @@ -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);