mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
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:
@ -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,
|
||||
|
Reference in New Issue
Block a user