mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-05-12 22:22:35 +00:00
ShaderJIT: Make BREAK(C) emit a warning instead of crashing until implemented
This commit is contained in:
parent
011dd1b5d9
commit
1f8194dfa3
2 changed files with 5 additions and 0 deletions
|
@ -36,8 +36,10 @@ namespace ShaderOpcodes {
|
|||
DSTI = 0x19,
|
||||
SGEI = 0x1A,
|
||||
SLTI = 0x1B,
|
||||
BREAK = 0x20,
|
||||
NOP = 0x21,
|
||||
END = 0x22,
|
||||
BREAKC = 0x23,
|
||||
CALL = 0x24,
|
||||
CALLC = 0x25,
|
||||
CALLU = 0x26,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue