mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-29 21:56:58 +00: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:
parent
787fdbbdc0
commit
80f3c5f638
2 changed files with 26 additions and 16 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue