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:
cfe71c0
)
gpu: be sure bSkipNextFrame is consistent when fskip opt is toggled
author
notaz
<notasas@gmail.com>
Fri, 24 Dec 2010 22:32:08 +0000
(
00:32
+0200)
committer
notaz
<notasas@gmail.com>
Fri, 24 Dec 2010 22:32:08 +0000
(
00:32
+0200)
plugins/dfxvideo/gpu.c
patch
|
blob
|
blame
|
history
diff --git
a/plugins/dfxvideo/gpu.c
b/plugins/dfxvideo/gpu.c
index
45f5b38
..
87eeca3
100644
(file)
--- a/
plugins/dfxvideo/gpu.c
+++ b/
plugins/dfxvideo/gpu.c
@@
-494,6
+494,7
@@
void updateDisplay(void) // UPDATE DISPLAY
}
else // no skip ?
{
+ bSkipNextFrame = FALSE;
DoBufferSwap(); // -> swap
}
}