mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-26 07:39:56 -06:00
decouple JIT from Config. bahahahahah
This commit is contained in:
@ -33,6 +33,11 @@ namespace ARMJIT
|
||||
|
||||
typedef void (*JitBlockEntry)();
|
||||
|
||||
extern int MaxBlockSize;
|
||||
extern bool LiteralOptimizations;
|
||||
extern bool BranchOptimizations;
|
||||
extern bool FastMemory;
|
||||
|
||||
void Init();
|
||||
void DeInit();
|
||||
|
||||
@ -58,4 +63,4 @@ void JitEnableExecute();
|
||||
|
||||
extern "C" void ARM_Dispatch(ARM* cpu, ARMJIT::JitBlockEntry entry);
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user