mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-13 01:57:55 -05:00
shader: Implement ISET, add common_funcs
This commit is contained in:
@ -457,18 +457,6 @@ void TranslatorVisitor::ISBERD(u64) {
|
||||
ThrowNotImplemented(Opcode::ISBERD);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::ISET_reg(u64) {
|
||||
ThrowNotImplemented(Opcode::ISET_reg);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::ISET_cbuf(u64) {
|
||||
ThrowNotImplemented(Opcode::ISET_cbuf);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::ISET_imm(u64) {
|
||||
ThrowNotImplemented(Opcode::ISET_imm);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::JCAL(u64) {
|
||||
ThrowNotImplemented(Opcode::JCAL);
|
||||
}
|
||||
|
Reference in New Issue
Block a user