mirror of https://github.com/PCSX2/pcsx2.git
microVU: Removed the "Exiting from Possible Infinite Loop" logic from Release builds, should be a small speedup.
Its still there in debug/devel builds, so we can easily tell if a game is hanging on VU1. git-svn-id: http://pcsx2.googlecode.com/svn/trunk@1606 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
3f2f8571df
commit
5025b3886e
|
@ -359,6 +359,7 @@ microVUt(void) mVUtestCycles(mV) {
|
|||
iPC = mVUstartPC;
|
||||
mVUdebugNOW(0);
|
||||
SUB32ItoM((uptr)&mVU->cycles, mVUcycles);
|
||||
if (IsDevBuild || !isVU1) {
|
||||
u32* jmp32 = JG32(0);
|
||||
MOV32ItoR(gprT2, xPC);
|
||||
if (isVU1) CALLFunc((uptr)mVUwarning1);
|
||||
|
@ -367,6 +368,7 @@ microVUt(void) mVUtestCycles(mV) {
|
|||
mVUendProgram(mVU, 0, NULL, NULL, NULL);
|
||||
x86SetJ32(jmp32);
|
||||
}
|
||||
}
|
||||
|
||||
microVUt(void) mVUinitConstValues(mV) {
|
||||
for (int i = 0; i < 16; i++) {
|
||||
|
|
Loading…
Reference in New Issue