From: notaz Date: Mon, 27 Jun 2011 15:31:01 +0000 (+0300) Subject: dfxvideo: clear lcf when interlace is off X-Git-Tag: r9~54 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=commitdiff_plain;h=9f21ebfe5570056501063c4165a0debf880f534f dfxvideo: clear lcf when interlace is off --- 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;