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 | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/shader_recompiler/frontend/maxwell/translate/impl/vote.cpp b/src/shader_recompiler/frontend/maxwell/translate/impl/vote.cpp index 2acabb662..d508e1e23 100644 --- a/src/shader_recompiler/frontend/maxwell/translate/impl/vote.cpp +++ b/src/shader_recompiler/frontend/maxwell/translate/impl/vote.cpp | |||
| @@ -50,10 +50,7 @@ void TranslatorVisitor::VOTE(u64 insn) { | |||
| 50 | } | 50 | } |
| 51 | 51 | ||
| 52 | void TranslatorVisitor::VOTE_vtg(u64) { | 52 | void TranslatorVisitor::VOTE_vtg(u64) { |
| 53 | // LOG_WARNING("VOTE.VTG: Stubbed!"); | 53 | // LOG_WARNING(ShaderDecompiler, "VOTE.VTG: Stubbed!"); |
| 54 | auto imm = ir.Imm1(false); | ||
| 55 | ir.SetFCSMFlag(imm); | ||
| 56 | ir.SetTRFlag(imm); | ||
| 57 | } | 54 | } |
| 58 | 55 | ||
| 59 | } // namespace Shader::Maxwell | 56 | } // namespace Shader::Maxwell |