diff options
author | FernandoS27 <fsahmkow27@gmail.com> | 2018-09-09 06:46:19 +0200 |
---|---|---|
committer | FernandoS27 <fsahmkow27@gmail.com> | 2018-09-17 23:42:46 +0200 |
commit | e4bb759c4bfc6916a97c3358085a9394fad5e4dc (patch) | |
tree | dc3e56f79e0a469136ed1303110a9d971cfff19d /src/video_core/engines/shader_bytecode.h | |
parent | Implemented CSETP (diff) | |
download | yuzu-e4bb759c4bfc6916a97c3358085a9394fad5e4dc.tar yuzu-e4bb759c4bfc6916a97c3358085a9394fad5e4dc.tar.gz yuzu-e4bb759c4bfc6916a97c3358085a9394fad5e4dc.tar.bz2 yuzu-e4bb759c4bfc6916a97c3358085a9394fad5e4dc.tar.lz yuzu-e4bb759c4bfc6916a97c3358085a9394fad5e4dc.tar.xz yuzu-e4bb759c4bfc6916a97c3358085a9394fad5e4dc.tar.zst yuzu-e4bb759c4bfc6916a97c3358085a9394fad5e4dc.zip |
Diffstat (limited to 'src/video_core/engines/shader_bytecode.h')
-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 3c5e9ea96..b25168600 100644 --- a/src/video_core/engines/shader_bytecode.h +++ b/src/video_core/engines/shader_bytecode.h @@ -1141,7 +1141,7 @@ private: INST("0011011-0101----", Id::ISET_IMM, Type::IntegerSet, "ISET_IMM"), INST("0101000010001---", Id::PSET, Type::PredicateSetRegister, "PSET"), INST("0101000010010---", Id::PSETP, Type::PredicateSetPredicate, "PSETP"), - INST("010100001010----", Id::PSETP, Type::PredicateSetPredicate, "CSETP"), + INST("010100001010----", Id::CSETP, Type::PredicateSetPredicate, "CSETP"), INST("0011011-00------", Id::XMAD_IMM, Type::Xmad, "XMAD_IMM"), INST("0100111---------", Id::XMAD_CR, Type::Xmad, "XMAD_CR"), INST("010100010-------", Id::XMAD_RC, Type::Xmad, "XMAD_RC"), |