From fef3baab7bdc87721517b848cd792d5c3e17f46b Mon Sep 17 00:00:00 2001 From: ramapcsx2 Date: Tue, 10 Nov 2009 06:17:35 +0000 Subject: [PATCH] Whops :p git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2172 96395faa-99c1-11dd-bbfe-3dabce05a288 --- pcsx2/Sif.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pcsx2/Sif.cpp b/pcsx2/Sif.cpp index 685b739cd8..98eb962d78 100644 --- a/pcsx2/Sif.cpp +++ b/pcsx2/Sif.cpp @@ -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; }