mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-14 20:15:46 -04:00
GTE: Implement OP
This commit is contained in:
@ -77,10 +77,11 @@ private:
|
||||
void DPCS(const u8 color[3], u8 shift, bool lm);
|
||||
|
||||
void Execute_MVMVA(Instruction inst);
|
||||
void Execute_SQR(Instruction inst);
|
||||
void Execute_OP(Instruction inst);
|
||||
void Execute_RTPS(Instruction inst);
|
||||
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);
|
||||
void Execute_NCS(Instruction inst);
|
||||
|
Reference in New Issue
Block a user