mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-25 07:10:00 -06:00
jit: make everything configurable
This commit is contained in:
@ -22,6 +22,8 @@ class Compiler : public Gen::X64CodeBlock
|
||||
public:
|
||||
Compiler();
|
||||
|
||||
void Reset();
|
||||
|
||||
CompiledBlock CompileBlock(ARM* cpu, FetchedInstr instrs[], int instrsCount);
|
||||
|
||||
void LoadReg(int reg, Gen::X64Reg nativeReg);
|
||||
|
Reference in New Issue
Block a user