diff options
Diffstat (limited to 'src/Config.h')
-rw-r--r-- | src/Config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Config.h b/src/Config.h index 9296335..c9013aa 100644 --- a/src/Config.h +++ b/src/Config.h @@ -54,6 +54,7 @@ extern char DSiNANDPath[1024]; #ifdef JIT_ENABLED extern bool JIT_Enable; extern int JIT_MaxBlockSize; +extern bool JIT_BrancheOptimisations; #endif } |