mirror of https://github.com/PCSX2/pcsx2.git
Whops :p
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2172 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
a33f3e1daf
commit
fef3baab7b
|
@ -382,9 +382,9 @@ __forceinline void SIF1Dma()
|
|||
iopsifbusy[1] = false;
|
||||
|
||||
//Fixme ( voodoocycles ):
|
||||
//The *50 are needed for ecco the dolphin (CDVD hangs) and silver surfer (Pad not detected)
|
||||
|
||||
PSX_INT(IopEvt_SIF1, psxCycles * 50);
|
||||
//The *28 are needed for ecco the dolphin (CDVD hangs) and silver surfer (Pad not detected)
|
||||
//Greater than *35 break rebooting when trying to play Tekken5 arcade history
|
||||
PSX_INT(IopEvt_SIF1, psxCycles * 28);
|
||||
sif1.tagMode = 0;
|
||||
done = true;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue