mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-05-13 06:32:34 +00:00
[Shader JIT] Implement SGE(I)
This commit is contained in:
parent
3d5f1ea517
commit
f73138c5de
3 changed files with 23 additions and 1 deletions
|
@ -23,6 +23,7 @@ namespace ShaderOpcodes {
|
|||
LG2 = 0x06,
|
||||
LIT = 0x07,
|
||||
MUL = 0x08,
|
||||
SGE = 0x09,
|
||||
SLT = 0x0A,
|
||||
FLR = 0x0B,
|
||||
MAX = 0x0C,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue