mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-14 12:48:13 -05:00
shader: Stub VOTE.VTG
This commit is contained in:
@ -329,10 +329,6 @@ void TranslatorVisitor::VADD(u64) {
|
||||
ThrowNotImplemented(Opcode::VADD);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::VOTE_vtg(u64) {
|
||||
ThrowNotImplemented(Opcode::VOTE_vtg);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::VSET(u64) {
|
||||
ThrowNotImplemented(Opcode::VSET);
|
||||
}
|
||||
|
Reference in New Issue
Block a user