mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-05 23:58:59 +00:00
fix android.
This commit is contained in:
parent
50520c7c3d
commit
5b9254a1cd
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ public:
|
||||||
|
|
||||||
JitBaseBlockCache *GetBlockCache() { return &blocks; }
|
JitBaseBlockCache *GetBlockCache() { return &blocks; }
|
||||||
|
|
||||||
const u8 *BackPatch(u8 *codePtr, bool isWrite, u32 em_address, void *ctx);
|
const u8 *BackPatch(u8 *codePtr, u32 em_address, void *ctx);
|
||||||
|
|
||||||
bool IsInCodeSpace(u8 *ptr) { return IsInSpace(ptr); }
|
bool IsInCodeSpace(u8 *ptr) { return IsInSpace(ptr); }
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue