Shader Interpreter: implement SGE

This commit is contained in:
wheremyfoodat 2023-08-12 23:46:42 +03:00
parent 85c586b3d0
commit ccdf8f7722
2 changed files with 22 additions and 0 deletions

View file

@ -159,6 +159,7 @@ class PICAShader {
void mul(u32 instruction);
void rcp(u32 instruction);
void rsq(u32 instruction);
void sge(u32 instruction);
void sgei(u32 instruction);
void slt(u32 instruction);
void slti(u32 instruction);