Browse Source
Merge pull request #3231 from ReinUsesLisp/tld4s-encoding
shader_bytecode: Fix TLD4S encoding
pull/15/merge
bunnei
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/video_core/engines/shader_bytecode.h
|
|
|
@ -1973,7 +1973,7 @@ private: |
|
|
|
INST("1101-01---------", Id::TLDS, Type::Texture, "TLDS"), |
|
|
|
INST("110010----111---", Id::TLD4, Type::Texture, "TLD4"), |
|
|
|
INST("1101111011111---", Id::TLD4_B, Type::Texture, "TLD4_B"), |
|
|
|
INST("11011111--00----", Id::TLD4S, Type::Texture, "TLD4S"), |
|
|
|
INST("11011111-0------", Id::TLD4S, Type::Texture, "TLD4S"), |
|
|
|
INST("110111110110----", Id::TMML_B, Type::Texture, "TMML_B"), |
|
|
|
INST("1101111101011---", Id::TMML, Type::Texture, "TMML"), |
|
|
|
INST("11011110011110--", Id::TXD_B, Type::Texture, "TXD_B"), |
|
|
|
|