notaz.gp2x.de
/
pcsx_rearmed.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39df67d
)
gpulib: check mode change on blank
author
notaz
<notasas@gmail.com>
Fri, 23 Nov 2012 09:44:54 +0000
(11:44 +0200)
committer
notaz
<notasas@gmail.com>
Sat, 24 Nov 2012 02:25:25 +0000
(
04:25
+0200)
plugins/gpulib/vout_pl.c
patch
|
blob
|
blame
|
history
diff --git
a/plugins/gpulib/vout_pl.c
b/plugins/gpulib/vout_pl.c
index
a49371a
..
49f53d6
100644
(file)
--- 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);
}