Review's changes, more fixes and better structure
This commit is contained in:
parent
05776ee6af
commit
9b0577351f
26 changed files with 309 additions and 252 deletions
|
@ -1167,11 +1167,8 @@ void MainScreen::CreateViews() {
|
|||
}
|
||||
}
|
||||
|
||||
//#if !PPSSPP_PLATFORM(UWP)
|
||||
// Having an exit button is against UWP guidelines?.
|
||||
rightColumnChoices->Add(new Spacer(25.0));
|
||||
rightColumnChoices->Add(new Choice(mm->T("Exit")))->OnClick.Handle(this, &MainScreen::OnExit);
|
||||
//#endif
|
||||
|
||||
if (vertical) {
|
||||
root_ = new LinearLayout(ORIENT_VERTICAL);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue