From e7e19bbfe8012252826a9fab2ba5b3939706c8ef Mon Sep 17 00:00:00 2001 From: John Peterson Date: Tue, 20 Jan 2009 18:09:49 +0000 Subject: [PATCH] Last commit: Missed a file git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1959 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/Core/Src/CoreParameter.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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;