mirror of https://github.com/PCSX2/pcsx2.git
microVU: Evenly distributed rec-cache between programs.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@1430 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
d4132141d5
commit
8158636490
|
@ -108,7 +108,7 @@ struct microProgManager {
|
|||
microRegInfo lpState; // Pipeline state from where program left off (useful for continuing execution)
|
||||
};
|
||||
|
||||
#define mVUcacheSize (0x2000000 / ((vuIndex) ? 1 : 4))
|
||||
#define mVUcacheSize (mMaxProg * 0xCCCCC) // 0.8mb per program
|
||||
struct microVU {
|
||||
|
||||
PCSX2_ALIGNED16(u32 macFlag[4]); // 4 instances of mac flag (used in execution)
|
||||
|
|
Loading…
Reference in New Issue