forked from eden-emu/eden
shader: Implement CAL inlining function calls
This commit is contained in:
parent
b9f7bf4472
commit
71f96fa636
24 changed files with 286 additions and 330 deletions
|
@ -65,8 +65,8 @@ void TranslatorVisitor::BRX(u64) {
|
|||
ThrowNotImplemented(Opcode::BRX);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::CAL(u64) {
|
||||
ThrowNotImplemented(Opcode::CAL);
|
||||
void TranslatorVisitor::CAL() {
|
||||
// CAL is a no-op
|
||||
}
|
||||
|
||||
void TranslatorVisitor::CCTL(u64) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue