diff options
| author | 2021-04-23 17:47:54 -0400 | |
|---|---|---|
| committer | 2021-07-22 21:51:30 -0400 | |
| commit | 7ecc6de56ae01602b25408db8b6658d7a41a419a (patch) | |
| tree | 2bff17b5b55e9f37ac5e4031c77962216813d5d5 /src/shader_recompiler/frontend/maxwell/translate/impl/impl.h | |
| parent | shader: Initial OpenGL implementation (diff) | |
| download | yuzu-7ecc6de56ae01602b25408db8b6658d7a41a419a.tar.gz yuzu-7ecc6de56ae01602b25408db8b6658d7a41a419a.tar.xz yuzu-7ecc6de56ae01602b25408db8b6658d7a41a419a.zip | |
shader: Implement Int32 SUATOM/SURED
Diffstat (limited to 'src/shader_recompiler/frontend/maxwell/translate/impl/impl.h')
| -rw-r--r-- | src/shader_recompiler/frontend/maxwell/translate/impl/impl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shader_recompiler/frontend/maxwell/translate/impl/impl.h b/src/shader_recompiler/frontend/maxwell/translate/impl/impl.h index bf7d1bae8..335e4f24f 100644 --- a/src/shader_recompiler/frontend/maxwell/translate/impl/impl.h +++ b/src/shader_recompiler/frontend/maxwell/translate/impl/impl.h | |||
| @@ -303,6 +303,7 @@ public: | |||
| 303 | void STL(u64 insn); | 303 | void STL(u64 insn); |
| 304 | void STP(u64 insn); | 304 | void STP(u64 insn); |
| 305 | void STS(u64 insn); | 305 | void STS(u64 insn); |
| 306 | void SUATOM(u64 insn); | ||
| 306 | void SUATOM_cas(u64 insn); | 307 | void SUATOM_cas(u64 insn); |
| 307 | void SULD(u64 insn); | 308 | void SULD(u64 insn); |
| 308 | void SURED(u64 insn); | 309 | void SURED(u64 insn); |