From 6800753f09f7302f4c8a846c2fe6d652af4fd907 Mon Sep 17 00:00:00 2001 From: ramapcsx2 Date: Sat, 5 Jul 2014 20:48:45 +0200 Subject: [PATCH] bla --- pcsx2/x86/microVU_Analyze.inl | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pcsx2/x86/microVU_Analyze.inl b/pcsx2/x86/microVU_Analyze.inl index ed32f3f359..9ba36e66a7 100644 --- a/pcsx2/x86/microVU_Analyze.inl +++ b/pcsx2/x86/microVU_Analyze.inl @@ -465,6 +465,13 @@ __ri int mVUbranchCheck(mV) { { if(branchType <= 2 && branchType >= 9) //First branch is not conditional so we know what the link will be { //So we can let the existing evil block do its thing! We know where to get the addr :) + DevCon.Warning("yo"); + DevCon.Warning("yo"); + DevCon.Warning("yo"); + DevCon.Warning("yo"); + DevCon.Warning("yo"); + DevCon.Warning("----"); + mVUregs.blockType = 2; } //Else it is conditional, so we need to do some nasty processing later in microVU_Branch.inl }