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:
cottonvibes 2009-06-25 05:17:54 +00:00
parent d4132141d5
commit 8158636490
1 changed files with 1 additions and 1 deletions

View File

@ -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)