GTE: Implement DPCL instruction

This commit is contained in:
Connor McLaughlin
2019-09-27 23:44:33 +10:00
parent a479d820d4
commit da0ad66080
2 changed files with 43 additions and 5 deletions

View File

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