diff --git a/pcsx2/Linux/pcsx2.cbp b/pcsx2/Linux/pcsx2.cbp index cb77af88ac..ce6a6d499f 100644 --- a/pcsx2/Linux/pcsx2.cbp +++ b/pcsx2/Linux/pcsx2.cbp @@ -341,7 +341,6 @@ - @@ -452,7 +451,6 @@ - diff --git a/pcsx2/VU0micro.cpp b/pcsx2/VU0micro.cpp index 127c540bfa..4942c31c07 100644 --- a/pcsx2/VU0micro.cpp +++ b/pcsx2/VU0micro.cpp @@ -53,7 +53,8 @@ void __fastcall vu0ExecMicro(u32 addr) { VU0.VI[REG_VPU_STAT].UL|= 0x1; VU0.VI[REG_VPU_STAT].UL&= ~0xAE; - if (addr != -1) VU0.VI[REG_TPC].UL = addr; + // If an unsigned variable isn't -1? --arcum42 + /*if (addr != -1) */VU0.VI[REG_TPC].UL = addr; _vuExecMicroDebug(VU0); CpuVU0.ExecuteBlock();