summaryrefslogtreecommitdiffstats
path: root/src/video_core/shader/decode
diff options
context:
space:
mode:
authorReinUsesLisp <reinuseslisp@airmail.cc>2019-02-12 21:02:59 +0100
committerReinUsesLisp <reinuseslisp@airmail.cc>2019-02-12 21:03:07 +0100
commite60d4d70bc10cf78ab607f26ea835bce6c79f186 (patch)
tree5d3a0b86b67fc7d0ed6f6b1cbe928760d02b9f30 /src/video_core/shader/decode
parentMerge pull request #2108 from FernandoS27/fix-cc (diff)
downloadyuzu-e60d4d70bc10cf78ab607f26ea835bce6c79f186.tar
yuzu-e60d4d70bc10cf78ab607f26ea835bce6c79f186.tar.gz
yuzu-e60d4d70bc10cf78ab607f26ea835bce6c79f186.tar.bz2
yuzu-e60d4d70bc10cf78ab607f26ea835bce6c79f186.tar.lz
yuzu-e60d4d70bc10cf78ab607f26ea835bce6c79f186.tar.xz
yuzu-e60d4d70bc10cf78ab607f26ea835bce6c79f186.tar.zst
yuzu-e60d4d70bc10cf78ab607f26ea835bce6c79f186.zip
Diffstat (limited to 'src/video_core/shader/decode')
-rw-r--r--src/video_core/shader/decode/memory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/shader/decode/memory.cpp b/src/video_core/shader/decode/memory.cpp
index 523421794..55ec601ff 100644
--- a/src/video_core/shader/decode/memory.cpp
+++ b/src/video_core/shader/decode/memory.cpp
@@ -429,7 +429,7 @@ u32 ShaderIR::DecodeMemory(NodeBlock& bb, u32 pc) {
UNIMPLEMENTED_IF_MSG(instr.tlds.UsesMiscMode(TextureMiscMode::MZ), "MZ is not implemented");
if (instr.tlds.UsesMiscMode(TextureMiscMode::NODEP)) {
- LOG_WARNING(HW_GPU, "TMML.NODEP implementation is incomplete");
+ LOG_WARNING(HW_GPU, "TLDS.NODEP implementation is incomplete");
}
WriteTexsInstructionFloat(bb, instr, GetTldsCode(instr, texture_type, is_array));