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:
parent
d39819c4b5
commit
e7e19bbfe8
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue