A wild bracket has appeared! I choose you, delete button!

This commit is contained in:
refractionpcsx2 2016-05-29 14:13:45 +01:00
parent bbecc3d0c2
commit 67288b4735
1 changed files with 1 additions and 1 deletions

View File

@ -294,7 +294,7 @@ __fi void mVUaddrFix(mV, const x32& gprReg)
// Align the stackframe (GCC only, since GCC assumes stackframe is always aligned) // Align the stackframe (GCC only, since GCC assumes stackframe is always aligned)
#ifdef __GNUC__ #ifdef __GNUC__
xSUB(esp, 4); xSUB(esp, 4);
#endif{ #endif
if (IsDevBuild && !isCOP2) { // Lets see which games do this! if (IsDevBuild && !isCOP2) { // Lets see which games do this!
xMOV(gprT2, mVU.prog.cur->idx); // Note: Kernel does it via COP2 to initialize VU1! xMOV(gprT2, mVU.prog.cur->idx); // Note: Kernel does it via COP2 to initialize VU1!
xMOV(gprT3, xPC); // So we don't spam console, we'll only check micro-mode... xMOV(gprT3, xPC); // So we don't spam console, we'll only check micro-mode...