GTE: Fix DCPS/DCPT

This commit is contained in:
Connor McLaughlin
2019-10-04 16:06:45 +10:00
parent 98dc15cd17
commit 4a4af8d0ca
2 changed files with 7 additions and 22 deletions

View File

@ -73,7 +73,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 DPCS(const u8 color[3], bool sf, bool lm);
void DPCS(const u8 color[3], u8 shift, bool lm);
void Execute_RTPS(Instruction inst);
void Execute_RTPT(Instruction inst);