GTE: Add register names for debugging

This commit is contained in:
Stenzek
2023-12-05 18:20:54 +10:00
parent 185af2b039
commit 591a2228d6
3 changed files with 40 additions and 8 deletions

View File

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