diff options
| author | 2021-06-14 02:27:49 -0300 | |
|---|---|---|
| committer | 2021-07-22 21:51:35 -0400 | |
| commit | 61cd7dd30128633b656ce3264da74bef1ba00bb5 (patch) | |
| tree | 42d0c4e0e5d3a7f3fc581ebb660cd14cdfcf0300 /src/shader_recompiler/frontend/maxwell/translate/impl/vote.cpp | |
| parent | shader: Add shader loop safety check settings (diff) | |
| download | yuzu-61cd7dd30128633b656ce3264da74bef1ba00bb5.tar.gz yuzu-61cd7dd30128633b656ce3264da74bef1ba00bb5.tar.xz yuzu-61cd7dd30128633b656ce3264da74bef1ba00bb5.zip | |
shader: Add logging
Diffstat (limited to 'src/shader_recompiler/frontend/maxwell/translate/impl/vote.cpp')
| -rw-r--r-- | src/shader_recompiler/frontend/maxwell/translate/impl/vote.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shader_recompiler/frontend/maxwell/translate/impl/vote.cpp b/src/shader_recompiler/frontend/maxwell/translate/impl/vote.cpp index 0793611ff..7ce370f09 100644 --- a/src/shader_recompiler/frontend/maxwell/translate/impl/vote.cpp +++ b/src/shader_recompiler/frontend/maxwell/translate/impl/vote.cpp | |||
| @@ -48,7 +48,7 @@ void TranslatorVisitor::VOTE(u64 insn) { | |||
| 48 | } | 48 | } |
| 49 | 49 | ||
| 50 | void TranslatorVisitor::VOTE_vtg(u64) { | 50 | void TranslatorVisitor::VOTE_vtg(u64) { |
| 51 | // LOG_WARNING(ShaderDecompiler, "VOTE.VTG: Stubbed!"); | 51 | LOG_WARNING(Shader, "(STUBBED) called"); |
| 52 | } | 52 | } |
| 53 | 53 | ||
| 54 | } // namespace Shader::Maxwell | 54 | } // namespace Shader::Maxwell |