Last commit: Missed a file

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1959 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
John Peterson 2009-01-20 18:09:49 +00:00
parent d39819c4b5
commit e7e19bbfe8
1 changed files with 5 additions and 3 deletions

View File

@ -33,14 +33,16 @@ struct SCoreStartupParameter
HINSTANCE hInstance; HINSTANCE hInstance;
#endif #endif
// windows/GUI related // Windows/GUI related
void* hMainWindow; void* hMainWindow;
// flags // Settings
bool bEnableDebugging; bool bAutomaticStart; bool bBootToPause; bool bEnableDebugging; bool bAutomaticStart; bool bBootToPause;
bool bUseJIT; bool bUseJIT;
bool bJITUnlimitedCache, bJITOff; // JIT // JIT
bool bJITUnlimitedCache, bJITBlockLinking;
bool bJITOff;
bool bJITLoadStoreOff, bJITLoadStorelXzOff, bJITLoadStorelwzOff, bJITLoadStorelbzxOff; bool bJITLoadStoreOff, bJITLoadStorelXzOff, bJITLoadStorelwzOff, bJITLoadStorelbzxOff;
bool bJITLoadStoreFloatingOff; bool bJITLoadStoreFloatingOff;
bool bJITLoadStorePairedOff; bool bJITLoadStorePairedOff;