diff options
author | FernandoS27 <fsahmkow27@gmail.com> | 2021-04-01 07:52:36 +0200 |
---|---|---|
committer | ameerj <52414509+ameerj@users.noreply.github.com> | 2021-07-22 21:51:25 -0400 |
commit | 5ed8f2438498d3281c2ce8621869995de3908413 (patch) | |
tree | be8c944e46c0ce84def6e38cee63324915ac83a4 /src/shader_recompiler/frontend/maxwell/translate/impl/vote.cpp | |
parent | bee81887998070d213c984d4ae4e5ae35de6fd96 (diff) |
shader: Stub VOTE.VTG
Diffstat (limited to 'src/shader_recompiler/frontend/maxwell/translate/impl/vote.cpp')
-rw-r--r-- | src/shader_recompiler/frontend/maxwell/translate/impl/vote.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/shader_recompiler/frontend/maxwell/translate/impl/vote.cpp b/src/shader_recompiler/frontend/maxwell/translate/impl/vote.cpp index a88894a7e8..391520a186 100644 --- a/src/shader_recompiler/frontend/maxwell/translate/impl/vote.cpp +++ b/src/shader_recompiler/frontend/maxwell/translate/impl/vote.cpp @@ -49,4 +49,8 @@ void TranslatorVisitor::VOTE(u64 insn) { Vote(*this, insn); } +void TranslatorVisitor::VOTE_vtg(u64) { + // Stub +} + } // namespace Shader::Maxwell |