mirror of
https://github.com/libretro/ppsspp.git
synced 2025-01-31 13:52:21 +00:00
Don't set focus for Play choice
This commit is contained in:
parent
3773d25b2e
commit
ba9d0b7665
@ -113,8 +113,6 @@ void GameScreen::CreateViews() {
|
||||
#ifdef _WIN32
|
||||
rightColumnItems->Add(new Choice(ga->T("Show In Folder")))->OnClick.Handle(this, &GameScreen::OnShowInFolder);
|
||||
#endif
|
||||
|
||||
UI::SetFocusedView(play);
|
||||
}
|
||||
|
||||
UI::EventReturn GameScreen::OnCreateConfig(UI::EventParams &e)
|
||||
|
Loading…
x
Reference in New Issue
Block a user