decouple JIT from Config. bahahahahah

This commit is contained in:
Arisotura
2021-11-17 18:15:50 +01:00
parent 53dfcfb18a
commit c1dcd585be
13 changed files with 104 additions and 72 deletions

View File

@ -162,6 +162,7 @@ struct MemRegion
u32 Mask;
};
extern bool EnableJIT;
extern int ConsoleType;
extern int CurCPU;