mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-25 23:29:55 -06:00
jit: branch instructions
This commit is contained in:
@ -109,7 +109,7 @@ inline void InsertBlock(u32 num, u32 addr, CompiledBlock func)
|
||||
void Init();
|
||||
void DeInit();
|
||||
|
||||
void CompileBlock(ARM* cpu);
|
||||
CompiledBlock CompileBlock(ARM* cpu);
|
||||
|
||||
void ResetBlocks();
|
||||
|
||||
|
Reference in New Issue
Block a user