X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=frontend%2Fplugin_lib.c;h=73ddc825776c0f86c2b4ae2eb82f5f231193c465;hp=400e9ff2de3f58c3c83d42a5470b0a3d2d7d3b79;hb=f33a0f965a62ca6a8392d16efad00c2bbd878351;hpb=02783d0b37a8b8c2d220f931e5bb2be2036dff87 diff --git a/frontend/plugin_lib.c b/frontend/plugin_lib.c index 400e9ff2..73ddc825 100644 --- a/frontend/plugin_lib.c +++ b/frontend/plugin_lib.c @@ -257,10 +257,6 @@ static void pl_vout_set_mode(int w, int h, int raw_w, int raw_h, int bpp) } #endif - if (pl_vout_buf != NULL && vout_w == pl_vout_w && vout_h == pl_vout_h - && vout_bpp == pl_vout_bpp) - return; - update_layer_size(vout_w, vout_h); pl_vout_buf = plat_gvideo_set_mode(&vout_w, &vout_h, &vout_bpp);