forked from eden-emu/eden
shader: Implement SEL
This commit is contained in:
parent
726625cf50
commit
8810c88b7e
4 changed files with 53 additions and 16 deletions
|
@ -729,18 +729,6 @@ void TranslatorVisitor::SAM(u64) {
|
|||
ThrowNotImplemented(Opcode::SAM);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::SEL_reg(u64) {
|
||||
ThrowNotImplemented(Opcode::SEL_reg);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::SEL_cbuf(u64) {
|
||||
ThrowNotImplemented(Opcode::SEL_cbuf);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::SEL_imm(u64) {
|
||||
ThrowNotImplemented(Opcode::SEL_imm);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::SETCRSPTR(u64) {
|
||||
ThrowNotImplemented(Opcode::SETCRSPTR);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue