[PICA] Implement madi

This commit is contained in:
wheremyfoodat 2023-03-12 04:55:06 +02:00
parent 672e782990
commit 26cce7c58f
2 changed files with 30 additions and 2 deletions

View file

@ -103,6 +103,7 @@ class PICAShader {
void jmpu(u32 instruction);
void loop(u32 instruction);
void mad(u32 instruction);
void madi(u32 instruction);
void max(u32 instruction);
void min(u32 instruction);
void mov(u32 instruction);