v0.3
This commit is contained in:
parent
7d5d2db6e3
commit
e63c383947
3 changed files with 7 additions and 2 deletions
|
@ -284,7 +284,7 @@ void InitPanelInput(const struct _ConfigCategory& category)
|
|||
chkCustomCtrl->setId("CustomCtrl");
|
||||
chkCustomCtrl->addActionListener(inputActionListener);
|
||||
|
||||
lblDPAD = new gcn::Label("DPAD:");
|
||||
lblDPAD = new gcn::Label("DPAD/Port1:");
|
||||
lblDPAD->setSize(100, LABEL_HEIGHT);
|
||||
lblDPAD->setAlignment(gcn::Graphics::RIGHT);
|
||||
cboDPAD = new gcn::UaeDropDown(&dPADList);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue