mirror of https://github.com/PCSX2/pcsx2.git
microVU:
- Minor Change... git-svn-id: http://pcsx2.googlecode.com/svn/trunk@1321 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
7ee6eefb68
commit
f8232c19ac
|
@ -101,6 +101,7 @@ microVUt(void) mVUcheckIsSame(mV) {
|
|||
if (mVU->prog.isSame == 0) {
|
||||
if (!isVU1) mVUcacheProg<0>(mVU->prog.cur);
|
||||
else mVUcacheProg<1>(mVU->prog.cur);
|
||||
mVU->prog.isSame = 1;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue