mirror of
https://github.com/citron-neo/emulator.git
synced 2026-07-05 15:21:57 -07:00
Revert "Implement VTG opcode handling in VOTE_vtg function"
This reverts commit 99822d67c2.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user