mirror of
https://github.com/PCSX2/pcsx2-sourceforge.git
synced 2026-02-04 03:11:18 +01:00
FFX video fix, reminents of stuff which shouldnt be there ;p
This commit is contained in:
@@ -988,7 +988,7 @@ void waitForSCD()
|
||||
|
||||
BigEndian(ipuRegs->top, ipuRegs->top);
|
||||
|
||||
if(ipuRegs->ctrl.SCD)
|
||||
/*if(ipuRegs->ctrl.SCD)
|
||||
{
|
||||
switch(ipuRegs->top & 0xFFFFFFF0)
|
||||
{
|
||||
@@ -1016,7 +1016,7 @@ void waitForSCD()
|
||||
ipuRegs->ctrl.SCD = 0;
|
||||
break;
|
||||
}
|
||||
}
|
||||
}*/
|
||||
}
|
||||
|
||||
void mpeg2sliceIDEC(void* pdone)
|
||||
|
||||
Reference in New Issue
Block a user