diff options
| author | 2021-03-19 19:28:31 -0300 | |
|---|---|---|
| committer | 2021-07-22 21:51:23 -0400 | |
| commit | 260743f371236f7c57b01334b1c3474b15a47c39 (patch) | |
| tree | 312d89fa8215199ef5f7ec1fc84b025df526e107 /src/shader_recompiler/frontend/maxwell/translate/impl/impl.h | |
| parent | shader: Implement DADD (diff) | |
| download | yuzu-260743f371236f7c57b01334b1c3474b15a47c39.tar.gz yuzu-260743f371236f7c57b01334b1c3474b15a47c39.tar.xz yuzu-260743f371236f7c57b01334b1c3474b15a47c39.zip | |
shader: Add partial rasterizer integration
Diffstat (limited to 'src/shader_recompiler/frontend/maxwell/translate/impl/impl.h')
| -rw-r--r-- | src/shader_recompiler/frontend/maxwell/translate/impl/impl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/shader_recompiler/frontend/maxwell/translate/impl/impl.h b/src/shader_recompiler/frontend/maxwell/translate/impl/impl.h index e3e298c3b..ed81d9c36 100644 --- a/src/shader_recompiler/frontend/maxwell/translate/impl/impl.h +++ b/src/shader_recompiler/frontend/maxwell/translate/impl/impl.h | |||
| @@ -108,7 +108,7 @@ public: | |||
| 108 | void DSETP_reg(u64 insn); | 108 | void DSETP_reg(u64 insn); |
| 109 | void DSETP_cbuf(u64 insn); | 109 | void DSETP_cbuf(u64 insn); |
| 110 | void DSETP_imm(u64 insn); | 110 | void DSETP_imm(u64 insn); |
| 111 | void EXIT(u64 insn); | 111 | void EXIT(); |
| 112 | void F2F_reg(u64 insn); | 112 | void F2F_reg(u64 insn); |
| 113 | void F2F_cbuf(u64 insn); | 113 | void F2F_cbuf(u64 insn); |
| 114 | void F2F_imm(u64 insn); | 114 | void F2F_imm(u64 insn); |
| @@ -220,7 +220,7 @@ public: | |||
| 220 | void JCAL(u64 insn); | 220 | void JCAL(u64 insn); |
| 221 | void JMP(u64 insn); | 221 | void JMP(u64 insn); |
| 222 | void JMX(u64 insn); | 222 | void JMX(u64 insn); |
| 223 | void KIL(u64 insn); | 223 | void KIL(); |
| 224 | void LD(u64 insn); | 224 | void LD(u64 insn); |
| 225 | void LDC(u64 insn); | 225 | void LDC(u64 insn); |
| 226 | void LDG(u64 insn); | 226 | void LDG(u64 insn); |