GTE: Fix NCDS

This commit is contained in:
Connor McLaughlin
2019-10-04 16:14:26 +10:00
parent 4a4af8d0ca
commit 6a7ed5d8bc
2 changed files with 16 additions and 26 deletions

View File

@ -72,7 +72,7 @@ private:
void RTPS(const s16 V[3], bool sf, bool lm, bool last);
void NCCS(const s16 V[3], u8 shift, bool lm);
void NCDS(const s16 V[3], bool sf, bool lm);
void NCDS(const s16 V[3], u8 shift, bool lm);
void DPCS(const u8 color[3], u8 shift, bool lm);
void Execute_RTPS(Instruction inst);