From c1dcd585be0d7789bf68f098c443b7cadff28965 Mon Sep 17 00:00:00 2001 From: Arisotura Date: Wed, 17 Nov 2021 18:15:50 +0100 Subject: decouple JIT from Config. bahahahahah --- src/Platform.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/Platform.h') 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, -- cgit v1.2.3