GTE: Add AVSZ3/AVSZ4

This commit is contained in:
Connor McLaughlin
2019-09-22 20:38:11 +10:00
parent 005b06ae0c
commit c772047715
3 changed files with 55 additions and 10 deletions

View File

@@ -29,6 +29,7 @@ private:
void SetMAC(u32 index, s64 value);
void SetIR(u32 index, s32 value, bool lm);
void SetIR0(s32 value);
void SetOTZ(s32 value);
void PushSXY(s32 x, s32 y);
void PushSZ(s32 value);
s32 Divide(s32 dividend, s32 divisor);
@@ -40,6 +41,8 @@ private:
void Execute_RTPT(Instruction inst);
void Execute_NCLIP(Instruction inst);
void Execute_SQR(Instruction inst);
void Execute_AVSZ3(Instruction inst);
void Execute_AVSZ4(Instruction inst);
Regs m_regs = {};
};