mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-15 21:18:01 -05:00
shader: Implement CAL inlining function calls
This commit is contained in:
@ -62,7 +62,7 @@ public:
|
||||
void BRA(u64 insn);
|
||||
void BRK(u64 insn);
|
||||
void BRX(u64 insn);
|
||||
void CAL(u64 insn);
|
||||
void CAL();
|
||||
void CCTL(u64 insn);
|
||||
void CCTLL(u64 insn);
|
||||
void CONT(u64 insn);
|
||||
|
Reference in New Issue
Block a user