diff options
| author | 2018-08-24 07:18:12 +0300 | |
|---|---|---|
| committer | 2018-08-24 07:18:12 +0300 | |
| commit | 36093a3e4d485ed0a2df0e92657f971708222308 (patch) | |
| tree | 1343155fae5bf6cbc5767284290bbda8f11c015c /src | |
| parent | Merge pull request #1164 from tech4me/decode_iadd3 (diff) | |
| download | yuzu-36093a3e4d485ed0a2df0e92657f971708222308.tar.gz yuzu-36093a3e4d485ed0a2df0e92657f971708222308.tar.xz yuzu-36093a3e4d485ed0a2df0e92657f971708222308.zip | |
fix SEL_IMM bitstring
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 7fd622159..625ecdfcd 100644 --- a/src/video_core/engines/shader_bytecode.h +++ b/src/video_core/engines/shader_bytecode.h | |||
| @@ -866,7 +866,7 @@ private: | |||
| 866 | INST("0011100-00011---", Id::ISCADD_IMM, Type::ArithmeticInteger, "ISCADD_IMM"), | 866 | INST("0011100-00011---", Id::ISCADD_IMM, Type::ArithmeticInteger, "ISCADD_IMM"), |
| 867 | INST("0100110010100---", Id::SEL_C, Type::ArithmeticInteger, "SEL_C"), | 867 | INST("0100110010100---", Id::SEL_C, Type::ArithmeticInteger, "SEL_C"), |
| 868 | INST("0101110010100---", Id::SEL_R, Type::ArithmeticInteger, "SEL_R"), | 868 | INST("0101110010100---", Id::SEL_R, Type::ArithmeticInteger, "SEL_R"), |
| 869 | INST("0011100010100---", Id::SEL_IMM, Type::ArithmeticInteger, "SEL_IMM"), | 869 | INST("0011100-10100---", Id::SEL_IMM, Type::ArithmeticInteger, "SEL_IMM"), |
| 870 | INST("0101000010000---", Id::MUFU, Type::Arithmetic, "MUFU"), | 870 | INST("0101000010000---", Id::MUFU, Type::Arithmetic, "MUFU"), |
| 871 | INST("0100110010010---", Id::RRO_C, Type::Arithmetic, "RRO_C"), | 871 | INST("0100110010010---", Id::RRO_C, Type::Arithmetic, "RRO_C"), |
| 872 | INST("0101110010010---", Id::RRO_R, Type::Arithmetic, "RRO_R"), | 872 | INST("0101110010010---", Id::RRO_R, Type::Arithmetic, "RRO_R"), |