This commit is contained in:
Arisotura
2021-11-17 23:23:22 +01:00
parent e8bae0e146
commit 65c2a844ac
2 changed files with 6 additions and 0 deletions

View File

@ -162,7 +162,9 @@ struct MemRegion
u32 Mask;
};
#ifdef JIT_ENABLED
extern bool EnableJIT;
#endif
extern int ConsoleType;
extern int CurCPU;