From 9f21ebfe5570056501063c4165a0debf880f534f Mon Sep 17 00:00:00 2001 From: notaz Date: Mon, 27 Jun 2011 18:31:01 +0300 Subject: [PATCH] dfxvideo: clear lcf when interlace is off --- plugins/dfxvideo/gpu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/dfxvideo/gpu.c b/plugins/dfxvideo/gpu.c index 0d105f89..a2b4f921 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; -- 2.39.2