mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-27 01:27:51 -05:00
emitter: Support arbitrary FixupBranch targets.
This commit is contained in:
@ -431,6 +431,7 @@ public:
|
||||
void J_CC(CCFlags conditionCode, const u8* addr, bool force5Bytes = false);
|
||||
|
||||
void SetJumpTarget(const FixupBranch& branch);
|
||||
void SetJumpTarget(const FixupBranch& branch, const u8* target);
|
||||
|
||||
void SETcc(CCFlags flag, OpArg dest);
|
||||
// Note: CMOV brings small if any benefit on current cpus.
|
||||
|
Reference in New Issue
Block a user