mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-08 09:09:04 +00:00
add a slider to control the wiimote speaker volume which is stored in sysconf.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7273 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
a80429b020
commit
a1055bf5bf
2 changed files with 14 additions and 2 deletions
|
@ -116,6 +116,7 @@ private:
|
|||
|
||||
ID_WII_BT_BAR,
|
||||
ID_WII_BT_SENS,
|
||||
ID_WII_BT_SPKV,
|
||||
ID_WII_BT_MOT,
|
||||
ID_WII_WIIMOTE_RECONNECT,
|
||||
|
||||
|
@ -218,6 +219,7 @@ private:
|
|||
// Wiimote
|
||||
wxChoice* WiiSensBarPos;
|
||||
wxSlider* WiiSensBarSens;
|
||||
wxSlider* WiimoteSpkVolume;
|
||||
wxCheckBox* WiimoteMotor;
|
||||
wxCheckBox* WiimoteReconnectOnLoad;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue