CPU: Add disassembly of GTE instructions

This commit is contained in:
Stenzek
2023-12-17 00:37:06 +10:00
parent e08f888e72
commit cffb383c10
4 changed files with 134 additions and 22 deletions

View File

@ -25,6 +25,4 @@ void ExecuteInstruction(u32 inst_bits);
using InstructionImpl = void (*)(Instruction);
InstructionImpl GetInstructionImpl(u32 inst_bits, TickCount* ticks);
const char* GetRegisterName(u32 index);
} // namespace GTE