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:
ca7c944
)
bugfix
author
notaz
<notasas@gmail.com>
Sat, 15 Jan 2011 22:22:30 +0000
(
00:22
+0200)
committer
notaz
<notasas@gmail.com>
Sat, 15 Jan 2011 22:22:41 +0000
(
00:22
+0200)
frontend/plugin_lib.c
patch
|
blob
|
blame
|
history
diff --git
a/frontend/plugin_lib.c
b/frontend/plugin_lib.c
index
93640c3
..
dfa2fae
100644
(file)
--- a/
frontend/plugin_lib.c
+++ b/
frontend/plugin_lib.c
@@
-67,7
+67,7
@@
void *pl_fbdev_set_mode(int w, int h, int bpp)
void *ret;
if (w == pl_fbdev_w && h == pl_fbdev_h && bpp == pl_fbdev_bpp)
- return
0
;
+ return
pl_fbdev_buf
;
pl_fbdev_w = w;
pl_fbdev_h = h;