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:
4955e9d
)
dfxvideo: clear lcf when interlace is off
author
notaz
<notasas@gmail.com>
Mon, 27 Jun 2011 15:31:01 +0000
(18:31 +0300)
committer
notaz
<notasas@gmail.com>
Thu, 7 Jul 2011 21:15:08 +0000
(
00:15
+0300)
plugins/dfxvideo/gpu.c
patch
|
blob
|
blame
|
history
diff --git
a/plugins/dfxvideo/gpu.c
b/plugins/dfxvideo/gpu.c
index
0d105f8
..
a2b4f92
100644
(file)
--- a/
plugins/dfxvideo/gpu.c
+++ b/
plugins/dfxvideo/gpu.c
@@
-649,7
+649,7
@@
void CALLBACK GPUwriteStatus(uint32_t gdata) // WRITE STATUS
}
lGPUstatusRet|=GPUSTATUS_INTERLACED;
}
- else lGPUstatusRet&=~
GPUSTATUS_INTERLACED
;
+ else lGPUstatusRet&=~
(GPUSTATUS_INTERLACED|0x80000000)
;
if (PSXDisplay.PAL)
lGPUstatusRet|=GPUSTATUS_PAL;