Small changes to config window.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4414 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
omegadox
2009-10-13 04:45:11 +00:00
parent 787fdbbdc0
commit 80f3c5f638
2 changed files with 26 additions and 16 deletions

View File

@ -63,7 +63,8 @@ private:
wxBoxSizer* sCore;
wxStaticBoxSizer* sbBasic, *sbAdvanced, *sbInterface;
wxCheckBox* AlwaysHLE_BS2;
wxCheckBox* UseDynaRec;
wxRadioButton* m_RadioJIT;
wxRadioButton* m_RadioInt;
wxCheckBox* UseDualCore;
wxCheckBox* DSPThread;
wxCheckBox* LockThreads;
@ -154,7 +155,8 @@ private:
ID_PLUGINPAGE,
ID_ALLWAYS_HLE_BS2,
ID_USEDYNAREC,
ID_RADIOJIT,
ID_RADIOINT,
ID_USEDUALCORE,
ID_DSPTHREAD,
ID_LOCKTHREADS,