diff options
| author | 2019-12-17 22:51:51 -0300 | |
|---|---|---|
| committer | 2019-12-17 23:32:10 -0300 | |
| commit | 8b26b4228b08e67e226fe89a018399b9a4f3eb7e (patch) | |
| tree | 3c7c67ee4873808611fb19eb603173d09c558dc4 /src | |
| parent | Merge pull request #3173 from yuzu-emu/bunnei-spscqueue (diff) | |
| download | yuzu-8b26b4228b08e67e226fe89a018399b9a4f3eb7e.tar.gz yuzu-8b26b4228b08e67e226fe89a018399b9a4f3eb7e.tar.xz yuzu-8b26b4228b08e67e226fe89a018399b9a4f3eb7e.zip | |
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"), |