mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-13 01:37:56 -05:00
shader: Implement SEL
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user