Relaxed loadstore cycles a bit on the EE.

This hopefully lets a few regressed games work again.
Also a speedup, specially in fmv..

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@1731 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
ramapcsx2 2009-09-03 15:02:38 +00:00
parent 5494e9cd6f
commit ac58ea42e3
1 changed files with 2 additions and 2 deletions

View File

@ -108,8 +108,8 @@ namespace R5900
static const int FPU_Mult = 4*8;
static const int Store = 8;
static const int Load = 8;
static const int Store = 14;
static const int Load = 14;
}
using namespace Cycles;