diff --git a/Source/Core/Core/Src/CoreParameter.h b/Source/Core/Core/Src/CoreParameter.h index 8d89d580b6..2040c5cfd6 100644 --- a/Source/Core/Core/Src/CoreParameter.h +++ b/Source/Core/Core/Src/CoreParameter.h @@ -33,14 +33,16 @@ struct SCoreStartupParameter HINSTANCE hInstance; #endif - // windows/GUI related + // Windows/GUI related void* hMainWindow; - // flags + // Settings bool bEnableDebugging; bool bAutomaticStart; bool bBootToPause; bool bUseJIT; - bool bJITUnlimitedCache, bJITOff; // JIT + // JIT + bool bJITUnlimitedCache, bJITBlockLinking; + bool bJITOff; bool bJITLoadStoreOff, bJITLoadStorelXzOff, bJITLoadStorelwzOff, bJITLoadStorelbzxOff; bool bJITLoadStoreFloatingOff; bool bJITLoadStorePairedOff;