X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=plugins%2Fgpulib%2Fvout_pl.c;h=7f31e151ae63dbd5f3ea6999abb82765611b3715;hb=eaa38b6df0c4b7a654f8aaa6fab21a5fd0c79af6;hp=ab56cad2db50dfff4b29bb9ec394f6c4b26cd6c0;hpb=20bfbac0014bac12af9aa63e49eeedfac725f812;p=pcsx_rearmed.git diff --git a/plugins/gpulib/vout_pl.c b/plugins/gpulib/vout_pl.c index ab56cad2..7f31e151 100644 --- a/plugins/gpulib/vout_pl.c +++ b/plugins/gpulib/vout_pl.c @@ -54,7 +54,8 @@ static void check_mode_change(int force) gpu.state.w_out_old = w_out; gpu.state.h_out_old = h_out; - cbs->pl_vout_set_mode(w_out, h_out, w, h, + if (w_out != 0 && h_out != 0) + cbs->pl_vout_set_mode(w_out, h_out, w, h, (gpu.status & PSX_GPU_STATUS_RGB24) ? 24 : 16); } }