mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-17 07:02:07 -07:00
shader: Implement ISCADD (imm)
This commit is contained in:
@@ -57,8 +57,8 @@ void TranslatorVisitor::ISCADD_cbuf(u64) {
|
|||||||
throw NotImplementedException("ISCADD (cbuf)");
|
throw NotImplementedException("ISCADD (cbuf)");
|
||||||
}
|
}
|
||||||
|
|
||||||
void TranslatorVisitor::ISCADD_imm(u64) {
|
void TranslatorVisitor::ISCADD_imm(u64 insn) {
|
||||||
throw NotImplementedException("ISCADD (imm)");
|
ISCADD(*this, insn, GetImm20(insn));
|
||||||
}
|
}
|
||||||
|
|
||||||
void TranslatorVisitor::ISCADD32I(u64) {
|
void TranslatorVisitor::ISCADD32I(u64) {
|
||||||
|
Reference in New Issue
Block a user