mirror of https://github.com/PCSX2/pcsx2.git
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:
parent
5494e9cd6f
commit
ac58ea42e3
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue