mirror of https://github.com/PCSX2/pcsx2.git
Forgot this one, sorry :p
git-svn-id: http://pcsx2-playground.googlecode.com/svn/trunk@325 a6443dda-0b58-4228-96e9-037be469359c
This commit is contained in:
parent
996fbc3931
commit
211cac44e5
|
@ -1007,7 +1007,8 @@ static u32 psxScaleBlockCycles()
|
|||
extern "C" s32 psxScaleWaitCycles()
|
||||
{
|
||||
return -40 *
|
||||
(CHECK_IOPSYNC_HACK ? (CHECK_EE_IOP_EXTRA ? 3.1875 : 2.125) : (17/16));
|
||||
/*(CHECK_IOPSYNC_HACK ? (CHECK_EE_IOP_EXTRA ? 3.1875 : 2.125) : (17/16));*/
|
||||
(CHECK_IOPSYNC_HACK ? (CHECK_EE_IOP_EXTRA ? 3 : 2) : 1);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue