mirror of https://github.com/PCSX2/pcsx2.git
A wild bracket has appeared! I choose you, delete button!
This commit is contained in:
parent
bbecc3d0c2
commit
67288b4735
|
@ -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...
|
||||||
|
|
Loading…
Reference in New Issue