Revert "Implement VTG opcode handling in VOTE_vtg function"

This reverts commit 99822d67c2.
This commit is contained in:
bdm
2026-07-02 15:57:53 +08:00
parent 99822d67c2
commit 562e03411a
@@ -48,8 +48,7 @@ void TranslatorVisitor::VOTE(u64 insn) {
}
void TranslatorVisitor::VOTE_vtg(u64 insn) {
// VTG uses a separate opcode encoding for the same VOTE operation.
Vote(*this, insn);
LOG_DEBUG(Shader, "(STUBBED) called with insn={:#X}", insn);
}
} // namespace Shader::Maxwell