aboutsummaryrefslogtreecommitdiff
path: root/src/Config.h
diff options
context:
space:
mode:
authorRSDuck <rsduck@users.noreply.github.com>2019-10-18 13:29:17 +0200
committerRSDuck <rsduck@users.noreply.github.com>2020-06-16 11:57:45 +0200
commit441869a10567c2da3de210052cbe93d783a9ce83 (patch)
tree2e9b34c43a4009f73e04f3f7b05fa0e39725c17b /src/Config.h
parent9cf7780e4641abaf07b6c453dfa182a80516c190 (diff)
integrate changes from ARM64 backend and more
- better handle LDM/STM in reg alloc - unify Halted and IRQ in anticipation for branch inlining - literal optimisations can be disabled in gui - jit blocks follow simple returns - fix idle loop detection - break jit blocks on IRQ (fixes saving in Pokemon White)
Diffstat (limited to 'src/Config.h')
-rw-r--r--src/Config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Config.h b/src/Config.h
index c9013aa..1fcd9bb 100644
--- a/src/Config.h
+++ b/src/Config.h
@@ -55,6 +55,7 @@ extern char DSiNANDPath[1024];
extern bool JIT_Enable;
extern int JIT_MaxBlockSize;
extern bool JIT_BrancheOptimisations;
+extern bool JIT_LiteralOptimisations;
#endif
}