aboutsummaryrefslogtreecommitdiff
path: root/src/shader_recompiler/frontend/maxwell/translate/impl/vote.cpp
diff options
context:
space:
mode:
authorFernandoS27 <fsahmkow27@gmail.com>2021-04-01 07:52:36 +0200
committerameerj <52414509+ameerj@users.noreply.github.com>2021-07-22 21:51:25 -0400
commit5ed8f2438498d3281c2ce8621869995de3908413 (patch)
treebe8c944e46c0ce84def6e38cee63324915ac83a4 /src/shader_recompiler/frontend/maxwell/translate/impl/vote.cpp
parentbee81887998070d213c984d4ae4e5ae35de6fd96 (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.cpp4
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