diff options
Diffstat (limited to 'src/ARMJIT.h')
-rw-r--r-- | src/ARMJIT.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/ARMJIT.h b/src/ARMJIT.h index 43e087a..09ba5d2 100644 --- a/src/ARMJIT.h +++ b/src/ARMJIT.h @@ -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
\ No newline at end of file +#endif |