From: notaz Date: Sat, 5 Jan 2013 02:29:10 +0000 (+0200) Subject: gpulib: update after open X-Git-Tag: r18~7 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=commitdiff_plain;h=e3d0c51433f54bd9a85c88c7612582e50b6d0b1d gpulib: update after open --- diff --git a/plugins/gpulib/vout_pl.c b/plugins/gpulib/vout_pl.c index 49f53d60..5af0762f 100644 --- a/plugins/gpulib/vout_pl.c +++ b/plugins/gpulib/vout_pl.c @@ -106,6 +106,7 @@ long GPUopen(void **unused) cbs->pl_vout_open(); check_mode_change(1); + vout_update(); return 0; }