mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-15 08:17:59 -05:00
shader: Stub VOTE.VTG
This commit is contained in:
@ -49,4 +49,8 @@ void TranslatorVisitor::VOTE(u64 insn) {
|
||||
Vote(*this, insn);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::VOTE_vtg(u64) {
|
||||
// Stub
|
||||
}
|
||||
|
||||
} // namespace Shader::Maxwell
|
||||
|
Reference in New Issue
Block a user