mirror of https://github.com/stella-emu/stella.git
Reorder "Driving" within the event mapping widget (#867)
This commit is contained in:
parent
1db9de390a
commit
d46605fd22
|
@ -62,8 +62,8 @@ EventMappingWidget::EventMappingWidget(GuiObject* boss, const GUI::Font& font,
|
||||||
VarList::push_back(items, " Console", Event::Group::Console);
|
VarList::push_back(items, " Console", Event::Group::Console);
|
||||||
VarList::push_back(items, " Joystick", Event::Group::Joystick);
|
VarList::push_back(items, " Joystick", Event::Group::Joystick);
|
||||||
VarList::push_back(items, " Paddles", Event::Group::Paddles);
|
VarList::push_back(items, " Paddles", Event::Group::Paddles);
|
||||||
VarList::push_back(items, " Keyboard", Event::Group::Keyboard);
|
|
||||||
VarList::push_back(items, " Driving", Event::Group::Driving);
|
VarList::push_back(items, " Driving", Event::Group::Driving);
|
||||||
|
VarList::push_back(items, " Keyboard", Event::Group::Keyboard);
|
||||||
VarList::push_back(items, " Input Devices & Ports", Event::Group::Devices);
|
VarList::push_back(items, " Input Devices & Ports", Event::Group::Devices);
|
||||||
VarList::push_back(items, " Combo", Event::Group::Combo);
|
VarList::push_back(items, " Combo", Event::Group::Combo);
|
||||||
VarList::push_back(items, " Debug", Event::Group::Debug);
|
VarList::push_back(items, " Debug", Event::Group::Debug);
|
||||||
|
|
Loading…
Reference in New Issue