diff options
Diffstat (limited to 'src/Config.h')
-rw-r--r-- | src/Config.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/Config.h b/src/Config.h index 3947598..5916b4a 100644 --- a/src/Config.h +++ b/src/Config.h @@ -51,6 +51,14 @@ extern char DSiBIOS7Path[1024]; extern char DSiFirmwarePath[1024]; extern char DSiNANDPath[1024]; +#ifdef JIT_ENABLED +extern int JIT_Enable; +extern int JIT_MaxBlockSize; +extern int JIT_BranchOptimisations; +extern int JIT_LiteralOptimisations; +extern int JIT_FastMemory; +#endif + } #endif // CONFIG_H |