diff options
author | ReinUsesLisp <reinuseslisp@airmail.cc> | 2019-11-20 01:26:40 +0100 |
---|---|---|
committer | ReinUsesLisp <reinuseslisp@airmail.cc> | 2019-11-20 01:26:40 +0100 |
commit | 24f4198cee093470365d0318c0642c2e86eef85f (patch) | |
tree | 41c7127f38717195127f77fd6e9348c0d7207a52 /src | |
parent | Merge pull request #3086 from ReinUsesLisp/format-lookups (diff) | |
download | yuzu-24f4198cee093470365d0318c0642c2e86eef85f.tar yuzu-24f4198cee093470365d0318c0642c2e86eef85f.tar.gz yuzu-24f4198cee093470365d0318c0642c2e86eef85f.tar.bz2 yuzu-24f4198cee093470365d0318c0642c2e86eef85f.tar.lz yuzu-24f4198cee093470365d0318c0642c2e86eef85f.tar.xz yuzu-24f4198cee093470365d0318c0642c2e86eef85f.tar.zst yuzu-24f4198cee093470365d0318c0642c2e86eef85f.zip |
Diffstat (limited to 'src')
-rw-r--r-- | src/video_core/shader/decode/other.cpp | 2 |
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: |