diff options
| author | 2019-12-19 11:32:25 -0500 | |
|---|---|---|
| committer | 2019-12-19 11:32:25 -0500 | |
| commit | 253aa523515aee5e767b53a6e0f065745fc1f0a5 (patch) | |
| tree | 8e05ce252a70c54b9bebaf7932feb033f61b5b23 /src | |
| parent | Merge pull request #3221 from ReinUsesLisp/vk-scheduler (diff) | |
| parent | shader_bytecode: Fix TLD4S encoding (diff) | |
| download | yuzu-253aa523515aee5e767b53a6e0f065745fc1f0a5.tar.gz yuzu-253aa523515aee5e767b53a6e0f065745fc1f0a5.tar.xz yuzu-253aa523515aee5e767b53a6e0f065745fc1f0a5.zip | |
Merge pull request #3231 from ReinUsesLisp/tld4s-encoding
shader_bytecode: Fix TLD4S encoding
Diffstat (limited to 'src')
| -rw-r--r-- | src/video_core/engines/shader_bytecode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/engines/shader_bytecode.h b/src/video_core/engines/shader_bytecode.h index d6a2cc8b8..dfb12cd2d 100644 --- a/src/video_core/engines/shader_bytecode.h +++ b/src/video_core/engines/shader_bytecode.h | |||
| @@ -1973,7 +1973,7 @@ private: | |||
| 1973 | INST("1101-01---------", Id::TLDS, Type::Texture, "TLDS"), | 1973 | INST("1101-01---------", Id::TLDS, Type::Texture, "TLDS"), |
| 1974 | INST("110010----111---", Id::TLD4, Type::Texture, "TLD4"), | 1974 | INST("110010----111---", Id::TLD4, Type::Texture, "TLD4"), |
| 1975 | INST("1101111011111---", Id::TLD4_B, Type::Texture, "TLD4_B"), | 1975 | INST("1101111011111---", Id::TLD4_B, Type::Texture, "TLD4_B"), |
| 1976 | INST("11011111--00----", Id::TLD4S, Type::Texture, "TLD4S"), | 1976 | INST("11011111-0------", Id::TLD4S, Type::Texture, "TLD4S"), |
| 1977 | INST("110111110110----", Id::TMML_B, Type::Texture, "TMML_B"), | 1977 | INST("110111110110----", Id::TMML_B, Type::Texture, "TMML_B"), |
| 1978 | INST("1101111101011---", Id::TMML, Type::Texture, "TMML"), | 1978 | INST("1101111101011---", Id::TMML, Type::Texture, "TMML"), |
| 1979 | INST("11011110011110--", Id::TXD_B, Type::Texture, "TXD_B"), | 1979 | INST("11011110011110--", Id::TXD_B, Type::Texture, "TXD_B"), |