mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
And another one
This commit is contained in:
parent
528b4d2f32
commit
0c52b077e6
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ void ComboKeyScreen::CreateViews() {
|
|||
LinearLayout *vertLayout = new LinearLayout(ORIENT_VERTICAL);
|
||||
rightScroll_->Add(vertLayout);
|
||||
|
||||
vertLayout->Add(new ItemHeader(co->T("Button Style")));
|
||||
vertLayout->Add(new ItemHeader(co->T("Button style")));
|
||||
vertLayout->Add(new CheckBox(show, co->T("Visible")));
|
||||
|
||||
// All icon and name are defined in GamepadEmu.h
|
||||
|
|
Loading…
Add table
Reference in a new issue