Review's changes, more fixes and better structure

This commit is contained in:
Bashar Astifan 2023-05-02 00:09:22 +04:00
parent 05776ee6af
commit 9b0577351f
26 changed files with 309 additions and 252 deletions

View file

@ -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);