aboutsummaryrefslogtreecommitdiff
path: root/plugins/gpulib
diff options
context:
space:
mode:
authornotaz2012-11-23 11:44:54 +0200
committernotaz2012-11-24 04:25:25 +0200
commitf5cc003a66b845bdedae42d323b93ea816cfacdc (patch)
treedb96c78ad6829300f3d09cba84b5ea6130677c8c /plugins/gpulib
parent39df67df42c5b864f59069405ec94d0e06e8cff2 (diff)
downloadpcsx_rearmed-f5cc003a66b845bdedae42d323b93ea816cfacdc.tar.gz
pcsx_rearmed-f5cc003a66b845bdedae42d323b93ea816cfacdc.tar.bz2
pcsx_rearmed-f5cc003a66b845bdedae42d323b93ea816cfacdc.zip
gpulib: check mode change on blank
Diffstat (limited to 'plugins/gpulib')
-rw-r--r--plugins/gpulib/vout_pl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/gpulib/vout_pl.c b/plugins/gpulib/vout_pl.c
index a49371a..49f53d6 100644
--- a/plugins/gpulib/vout_pl.c
+++ b/plugins/gpulib/vout_pl.c
@@ -95,6 +95,7 @@ void vout_blank(void)
w *= 2;
h *= 2;
}
+ check_mode_change(0);
cbs->pl_vout_flip(NULL, 1024, gpu.status.rgb24, w, h);
}