dfxvideo: clear lcf when interlace is off
authornotaz <notasas@gmail.com>
Mon, 27 Jun 2011 15:31:01 +0000 (18:31 +0300)
committernotaz <notasas@gmail.com>
Thu, 7 Jul 2011 21:15:08 +0000 (00:15 +0300)
plugins/dfxvideo/gpu.c

index 0d105f8..a2b4f92 100644 (file)
@@ -649,7 +649,7 @@ void CALLBACK GPUwriteStatus(uint32_t gdata)      // WRITE STATUS
        }
       lGPUstatusRet|=GPUSTATUS_INTERLACED;
      }
        }
       lGPUstatusRet|=GPUSTATUS_INTERLACED;
      }
-    else lGPUstatusRet&=~GPUSTATUS_INTERLACED;
+    else lGPUstatusRet&=~(GPUSTATUS_INTERLACED|0x80000000);
 
     if (PSXDisplay.PAL)
          lGPUstatusRet|=GPUSTATUS_PAL;
 
     if (PSXDisplay.PAL)
          lGPUstatusRet|=GPUSTATUS_PAL;