mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-10-04 07:09:14 +00:00
Added separate log for DSP LLE.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2901 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
1156a0df9e
commit
e3e7c88ff1
15 changed files with 58 additions and 56 deletions
|
@ -55,7 +55,7 @@ jnz, ifs, retlnz
|
|||
#include "DSPJit.h"
|
||||
#include "gdsp_ext_op.h"
|
||||
|
||||
void nop(const UDSPInstruction& opc) {/*DSPInterpreter::unknown(opc);*/}
|
||||
void nop(const UDSPInstruction& opc) {if(opc.hex) DSPInterpreter::unknown(opc);}
|
||||
|
||||
// Unknown Ops
|
||||
// All AX games: a100
|
||||
|
@ -366,7 +366,7 @@ void InitInstructionTable()
|
|||
}
|
||||
else
|
||||
{
|
||||
ERROR_LOG(DSPHLE, "opcode table place %d already in use for %s", i, opcodes[j].name);
|
||||
ERROR_LOG(DSPLLE, "opcode table place %d already in use for %s", i, opcodes[j].name);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue