diff options
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 |