GTE: Implement GPL instruction

This commit is contained in:
Connor McLaughlin
2019-09-28 01:28:09 +10:00
parent 8aed0cc174
commit a216c8414c
2 changed files with 35 additions and 0 deletions

View File

@@ -78,6 +78,7 @@ private:
void Execute_DPCS(Instruction inst);
void Execute_DPCT(Instruction inst);
void Execute_DPCL(Instruction inst);
void Execute_GPL(Instruction inst);
Regs m_regs = {};
};