diff options
| author | 2023-01-28 14:00:11 -0800 | |
|---|---|---|
| committer | 2023-01-28 14:00:11 -0800 | |
| commit | 159aab9a97529c85b114794b73911311a6b94abc (patch) | |
| tree | 6b771b611f5fe06ab4ff7a7bd5c984b469d0c3cb /src/shader_recompiler/frontend/ir/opcodes.h | |
| parent | Merge pull request #9661 from SoRadGaming/LDNhostnameSupport (diff) | |
| parent | shader_recompiler: Remove S32 IR type (diff) | |
| download | yuzu-159aab9a97529c85b114794b73911311a6b94abc.tar.gz yuzu-159aab9a97529c85b114794b73911311a6b94abc.tar.xz yuzu-159aab9a97529c85b114794b73911311a6b94abc.zip | |
Merge pull request #9682 from ameerj/shader-s32
shader_recompiler: Remove S32 IR type
Diffstat (limited to 'src/shader_recompiler/frontend/ir/opcodes.h')
| -rw-r--r-- | src/shader_recompiler/frontend/ir/opcodes.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/shader_recompiler/frontend/ir/opcodes.h b/src/shader_recompiler/frontend/ir/opcodes.h index d155afd0f..e300714f3 100644 --- a/src/shader_recompiler/frontend/ir/opcodes.h +++ b/src/shader_recompiler/frontend/ir/opcodes.h | |||
| @@ -38,7 +38,6 @@ constexpr Type U8{Type::U8}; | |||
| 38 | constexpr Type U16{Type::U16}; | 38 | constexpr Type U16{Type::U16}; |
| 39 | constexpr Type U32{Type::U32}; | 39 | constexpr Type U32{Type::U32}; |
| 40 | constexpr Type U64{Type::U64}; | 40 | constexpr Type U64{Type::U64}; |
| 41 | constexpr Type S32{Type::S32}; | ||
| 42 | constexpr Type F16{Type::F16}; | 41 | constexpr Type F16{Type::F16}; |
| 43 | constexpr Type F32{Type::F32}; | 42 | constexpr Type F32{Type::F32}; |
| 44 | constexpr Type F64{Type::F64}; | 43 | constexpr Type F64{Type::F64}; |