mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-13 01:48:15 -05:00
shader: Implement I2I
This commit is contained in:
@ -337,18 +337,6 @@ void TranslatorVisitor::I2F_imm(u64) {
|
||||
ThrowNotImplemented(Opcode::I2F_imm);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::I2I_reg(u64) {
|
||||
ThrowNotImplemented(Opcode::I2I_reg);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::I2I_cbuf(u64) {
|
||||
ThrowNotImplemented(Opcode::I2I_cbuf);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::I2I_imm(u64) {
|
||||
ThrowNotImplemented(Opcode::I2I_imm);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::IDE(u64) {
|
||||
ThrowNotImplemented(Opcode::IDE);
|
||||
}
|
||||
|
Reference in New Issue
Block a user