mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 05:08:57 +00:00
Jit64: Enable branch following.
This commit is contained in:
parent
f37c5f1f1c
commit
f31b25fe39
7 changed files with 110 additions and 45 deletions
|
@ -467,6 +467,7 @@ public:
|
|||
#undef CALL
|
||||
#endif
|
||||
void CALL(const void* fnptr);
|
||||
FixupBranch CALL();
|
||||
void CALLptr(OpArg arg);
|
||||
|
||||
FixupBranch J_CC(CCFlags conditionCode, bool force5bytes = false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue