diff options
| author | 2021-03-14 03:41:05 -0300 | |
|---|---|---|
| committer | 2021-07-22 21:51:23 -0400 | |
| commit | 71f96fa6366dc6dd306a953bca1b958fb32bc55a (patch) | |
| tree | 12e13f9502e4b9510446c967a831e5d4bacb729e /src/shader_recompiler/frontend/maxwell/translate/impl/impl.h | |
| parent | spirv: Add SignedZeroInfNanPreserve logic (diff) | |
| download | yuzu-71f96fa6366dc6dd306a953bca1b958fb32bc55a.tar.gz yuzu-71f96fa6366dc6dd306a953bca1b958fb32bc55a.tar.xz yuzu-71f96fa6366dc6dd306a953bca1b958fb32bc55a.zip | |
shader: Implement CAL inlining function calls
Diffstat (limited to 'src/shader_recompiler/frontend/maxwell/translate/impl/impl.h')
| -rw-r--r-- | src/shader_recompiler/frontend/maxwell/translate/impl/impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shader_recompiler/frontend/maxwell/translate/impl/impl.h b/src/shader_recompiler/frontend/maxwell/translate/impl/impl.h index c6253c40c..45d6f5e06 100644 --- a/src/shader_recompiler/frontend/maxwell/translate/impl/impl.h +++ b/src/shader_recompiler/frontend/maxwell/translate/impl/impl.h | |||
| @@ -62,7 +62,7 @@ public: | |||
| 62 | void BRA(u64 insn); | 62 | void BRA(u64 insn); |
| 63 | void BRK(u64 insn); | 63 | void BRK(u64 insn); |
| 64 | void BRX(u64 insn); | 64 | void BRX(u64 insn); |
| 65 | void CAL(u64 insn); | 65 | void CAL(); |
| 66 | void CCTL(u64 insn); | 66 | void CCTL(u64 insn); |
| 67 | void CCTLL(u64 insn); | 67 | void CCTLL(u64 insn); |
| 68 | void CONT(u64 insn); | 68 | void CONT(u64 insn); |