From 9f21ebfe5570056501063c4165a0debf880f534f Mon Sep 17 00:00:00 2001 From: notaz Date: Mon, 27 Jun 2011 18:31:01 +0300 Subject: dfxvideo: clear lcf when interlace is off --- plugins/dfxvideo/gpu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/dfxvideo/gpu.c') diff --git a/plugins/dfxvideo/gpu.c b/plugins/dfxvideo/gpu.c index 0d105f8..a2b4f92 100644 --- 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; -- cgit v1.2.3