mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-27 01:07:52 -05:00
emitter: Add CALL that can be fixed up.
This commit is contained in:
@ -425,6 +425,7 @@ public:
|
||||
#undef CALL
|
||||
#endif
|
||||
void CALL(const void* fnptr);
|
||||
FixupBranch CALL();
|
||||
void CALLptr(OpArg arg);
|
||||
|
||||
FixupBranch J_CC(CCFlags conditionCode, bool force5bytes = false);
|
||||
|
Reference in New Issue
Block a user