mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 22:15:46 +00:00
shader: Stub VOTE.VTG
This commit is contained in:
parent
82698ecb41
commit
1534a99e35
4 changed files with 15 additions and 4 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue