mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 06:10:03 -06:00
decouple JIT from Config. bahahahahah
This commit is contained in:
@ -36,6 +36,12 @@ void StopEmu();
|
||||
|
||||
enum ConfigEntry
|
||||
{
|
||||
JIT_Enable,
|
||||
JIT_MaxBlockSize,
|
||||
JIT_LiteralOptimizations,
|
||||
JIT_BranchOptimizations,
|
||||
JIT_FastMemory,
|
||||
|
||||
DLDI_Enable,
|
||||
DLDI_ImagePath,
|
||||
DLDI_ImageSize,
|
||||
|
Reference in New Issue
Block a user