diff options
author | Arisotura <thetotalworm@gmail.com> | 2021-11-17 18:15:50 +0100 |
---|---|---|
committer | Arisotura <thetotalworm@gmail.com> | 2021-11-17 18:15:50 +0100 |
commit | c1dcd585be0d7789bf68f098c443b7cadff28965 (patch) | |
tree | 9c467b7397fe4f1d67abca2fc3a4bb12bfd670ee /src/Platform.h | |
parent | 53dfcfb18a0a438ae04be3141ae446e4e43c610a (diff) |
decouple JIT from Config. bahahahahah
Diffstat (limited to 'src/Platform.h')
-rw-r--r-- | src/Platform.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Platform.h b/src/Platform.h index 8399138..9b18dc4 100644 --- a/src/Platform.h +++ b/src/Platform.h @@ -36,6 +36,12 @@ void StopEmu(); enum ConfigEntry { + JIT_Enable, + JIT_MaxBlockSize, + JIT_LiteralOptimizations, + JIT_BranchOptimizations, + JIT_FastMemory, + DLDI_Enable, DLDI_ImagePath, DLDI_ImageSize, |