Recompiler: Add R4300i_REGIMM_BLTZAL to Analyze Instruction

This commit is contained in:
zilmar 2012-11-17 11:52:23 +11:00
parent 0e21c8568c
commit 8242822aa1
1 changed files with 1 additions and 0 deletions

View File

@ -395,6 +395,7 @@ bool CCodeBlock::AnalyzeInstruction ( DWORD PC, DWORD & TargetPC, DWORD & Contin
switch (Command.rt)
{
case R4300i_REGIMM_BLTZ:
case R4300i_REGIMM_BLTZAL:
TargetPC = PC + ((short)Command.offset << 2) + 4;
if (TargetPC == PC + 8)
{