summaryrefslogtreecommitdiff
path: root/src/video_core
diff options
context:
space:
mode:
authorGravatar ReinUsesLisp2019-12-06 20:31:56 -0300
committerGravatar ReinUsesLisp2019-12-06 20:31:56 -0300
commit74f515e8b65722ab2f3b9b2a3a5d4ac16a6e4a8b (patch)
tree12b148d58c48efdcecf6b8a48e4ccd8b13c39066 /src/video_core
parentMerge pull request #3109 from FernandoS27/new-instr (diff)
downloadyuzu-74f515e8b65722ab2f3b9b2a3a5d4ac16a6e4a8b.tar.gz
yuzu-74f515e8b65722ab2f3b9b2a3a5d4ac16a6e4a8b.tar.xz
yuzu-74f515e8b65722ab2f3b9b2a3a5d4ac16a6e4a8b.zip
shader_bytecode: Remove corrupted character
Diffstat (limited to 'src/video_core')
-rw-r--r--src/video_core/engines/shader_bytecode.h2
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 9c7b9b370..8b7dcbe9d 100644
--- a/src/video_core/engines/shader_bytecode.h
+++ b/src/video_core/engines/shader_bytecode.h
@@ -2002,7 +2002,7 @@ private:
2002 INST("010110110100----", Id::ICMP_R, Type::ArithmeticInteger, "ICMP_R"), 2002 INST("010110110100----", Id::ICMP_R, Type::ArithmeticInteger, "ICMP_R"),
2003 INST("010010110100----", Id::ICMP_CR, Type::ArithmeticInteger, "ICMP_CR"), 2003 INST("010010110100----", Id::ICMP_CR, Type::ArithmeticInteger, "ICMP_CR"),
2004 INST("0011011-0100----", Id::ICMP_IMM, Type::ArithmeticInteger, "ICMP_IMM"), 2004 INST("0011011-0100----", Id::ICMP_IMM, Type::ArithmeticInteger, "ICMP_IMM"),
2005 INST("0101110000110---", Id::FLO_R, Type::ArithmeticInteger, "FLO_R"), 2005 INST("0101110000110---", Id::FLO_R, Type::ArithmeticInteger, "FLO_R"),
2006 INST("0100110000110---", Id::FLO_C, Type::ArithmeticInteger, "FLO_C"), 2006 INST("0100110000110---", Id::FLO_C, Type::ArithmeticInteger, "FLO_C"),
2007 INST("0011100-00110---", Id::FLO_IMM, Type::ArithmeticInteger, "FLO_IMM"), 2007 INST("0011100-00110---", Id::FLO_IMM, Type::ArithmeticInteger, "FLO_IMM"),
2008 INST("0101101111011---", Id::LEA_R2, Type::ArithmeticInteger, "LEA_R2"), 2008 INST("0101101111011---", Id::LEA_R2, Type::ArithmeticInteger, "LEA_R2"),