Reverted IOP_WAIT_CYCLES to 64.

git-svn-id: http://pcsx2-playground.googlecode.com/svn/trunk@256 a6443dda-0b58-4228-96e9-037be469359c
This commit is contained in:
Jake.Stine 2008-10-31 17:21:34 +00:00 committed by Gregory Hainaut
parent 29bc1337b5
commit f252fac9a6
1 changed files with 4 additions and 5 deletions

View File

@ -162,12 +162,11 @@ static void _psxTestInterrupts() {
}
// Since the EEsCycle update now is outside the BranchTest, we can safely
// put a much higher threshold on the IOP wait cycle. We could probably go
// even higher and just let the IRQ/Counter targets adjust it as needed,
// but I'll stick to a conservative value for the time being.
// Can't safely lower the IOP wait cycle counter (yet).
// 128 might be a safe value but until I know what's cuasing it to
// suck at higher values I'll err on the side of caution.
#define IOP_WAIT_CYCLE 2048 // was 64
#define IOP_WAIT_CYCLE 64 // was (and is again!) 64
void psxBranchTest()
{