mirror of https://github.com/PCSX2/pcsx2.git
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:
parent
29bc1337b5
commit
f252fac9a6
|
@ -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()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue