summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMat M <mathew1800@gmail.com>2019-11-20 01:52:41 +0100
committerGitHub <noreply@github.com>2019-11-20 01:52:41 +0100
commitc52f37f259372485ac5902d9cae8de327c984a55 (patch)
tree41c7127f38717195127f77fd6e9348c0d7207a52 /src
parentMerge pull request #3086 from ReinUsesLisp/format-lookups (diff)
parentshader/other: Reduce DEPBAR log severity (diff)
downloadyuzu-c52f37f259372485ac5902d9cae8de327c984a55.tar
yuzu-c52f37f259372485ac5902d9cae8de327c984a55.tar.gz
yuzu-c52f37f259372485ac5902d9cae8de327c984a55.tar.bz2
yuzu-c52f37f259372485ac5902d9cae8de327c984a55.tar.lz
yuzu-c52f37f259372485ac5902d9cae8de327c984a55.tar.xz
yuzu-c52f37f259372485ac5902d9cae8de327c984a55.tar.zst
yuzu-c52f37f259372485ac5902d9cae8de327c984a55.zip
Diffstat (limited to 'src')
-rw-r--r--src/video_core/shader/decode/other.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/shader/decode/other.cpp b/src/video_core/shader/decode/other.cpp
index 116b95f76..17cd45d3c 100644
--- a/src/video_core/shader/decode/other.cpp
+++ b/src/video_core/shader/decode/other.cpp
@@ -256,7 +256,7 @@ u32 ShaderIR::DecodeOther(NodeBlock& bb, u32 pc) {
break;
}
case OpCode::Id::DEPBAR: {
- LOG_WARNING(HW_GPU, "DEPBAR instruction is stubbed");
+ LOG_DEBUG(HW_GPU, "DEPBAR instruction is stubbed");
break;
}
default: