1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-08-31 00:16:32 -05:00

Merge pull request #3142 from ReinUsesLisp/depbar-log

shader/other: Reduce DEPBAR log severity
This commit is contained in:
Mat M
2019-11-19 19:52:41 -05:00
committed by GitHub

View File

@@ -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: