diff options
Diffstat (limited to 'src/Config.h')
-rw-r--r-- | src/Config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Config.h b/src/Config.h index 3947598..9dda157 100644 --- a/src/Config.h +++ b/src/Config.h @@ -51,6 +51,9 @@ extern char DSiBIOS7Path[1024]; extern char DSiFirmwarePath[1024]; extern char DSiNANDPath[1024]; +extern bool JIT_Enable; +extern int JIT_MaxBlockSize; + } #endif // CONFIG_H |