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:
c24732c
)
dfxvideo: allow frameskip in interlace mode too
author
notaz
<notasas@gmail.com>
Sat, 26 Mar 2011 21:59:09 +0000
(23:59 +0200)
committer
notaz
<notasas@gmail.com>
Sat, 26 Mar 2011 21:59:09 +0000
(23:59 +0200)
plugins/dfxvideo/gpu.c
patch
|
blob
|
blame
|
history
diff --git
a/plugins/dfxvideo/gpu.c
b/plugins/dfxvideo/gpu.c
index
36171b5
..
b384526
100644
(file)
--- a/
plugins/dfxvideo/gpu.c
+++ b/
plugins/dfxvideo/gpu.c
@@
-575,9
+575,9
@@
void CALLBACK GPUwriteStatus(uint32_t gdata) // WRITE STATUS
if (!(PSXDisplay.Interlaced)) // stupid frame skipping option
{
- if(UseFrameSkip) decideSkip();
if(dwActFixes&64) bDoLazyUpdate=TRUE;
}
+ if(UseFrameSkip) decideSkip();
}return;
//--------------------------------------------------//
// setting width