diff options
| author | 2021-07-08 17:22:31 -0400 | |
|---|---|---|
| committer | 2021-07-22 21:51:35 -0400 | |
| commit | 373f75d944473731408d7a72c967d5c4b37af5bb (patch) | |
| tree | a6af34845e9cae1429bbd004a36b324bb02f9932 /src/shader_recompiler/frontend/ir/opcodes.inc | |
| parent | shader: Comment why the array component is not read in TMML (diff) | |
| download | yuzu-373f75d944473731408d7a72c967d5c4b37af5bb.tar.gz yuzu-373f75d944473731408d7a72c967d5c4b37af5bb.tar.xz yuzu-373f75d944473731408d7a72c967d5c4b37af5bb.zip | |
shader: Add shader loop safety check settings
Also add a setting for enable Nsight Aftermath.
Diffstat (limited to 'src/shader_recompiler/frontend/ir/opcodes.inc')
| -rw-r--r-- | src/shader_recompiler/frontend/ir/opcodes.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/shader_recompiler/frontend/ir/opcodes.inc b/src/shader_recompiler/frontend/ir/opcodes.inc index 8a8d0d759..e87aeddd5 100644 --- a/src/shader_recompiler/frontend/ir/opcodes.inc +++ b/src/shader_recompiler/frontend/ir/opcodes.inc | |||
| @@ -32,6 +32,8 @@ OPCODE(GetGotoVariable, U1, U32, | |||
| 32 | OPCODE(SetGotoVariable, Void, U32, U1, ) | 32 | OPCODE(SetGotoVariable, Void, U32, U1, ) |
| 33 | OPCODE(GetIndirectBranchVariable, U32, ) | 33 | OPCODE(GetIndirectBranchVariable, U32, ) |
| 34 | OPCODE(SetIndirectBranchVariable, Void, U32, ) | 34 | OPCODE(SetIndirectBranchVariable, Void, U32, ) |
| 35 | OPCODE(GetLoopSafetyVariable, U32, U32, ) | ||
| 36 | OPCODE(SetLoopSafetyVariable, Void, U32, U32, ) | ||
| 35 | OPCODE(GetCbufU8, U32, U32, U32, ) | 37 | OPCODE(GetCbufU8, U32, U32, U32, ) |
| 36 | OPCODE(GetCbufS8, U32, U32, U32, ) | 38 | OPCODE(GetCbufS8, U32, U32, U32, ) |
| 37 | OPCODE(GetCbufU16, U32, U32, U32, ) | 39 | OPCODE(GetCbufU16, U32, U32, U32, ) |