mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 21:39:52 +00:00
Option to select PSP models (1000, 2000/3000)
This commit is contained in:
parent
e1d512db63
commit
30181fab43
@ -313,6 +313,8 @@ void GameSettingsScreen::CreateViews() {
|
||||
systemSettings->SetSpacing(0);
|
||||
|
||||
systemSettings->Add(new ItemHeader(s->T("PSP Settings")));
|
||||
static const char *models[] = {"PSP-2000/3000", "PSP-1000"};
|
||||
systemSettings->Add(new PopupMultiChoice(&g_Config.iPSPModel, s->T("PSP Model"), models, 0, ARRAY_SIZE(models), s, screenManager()));
|
||||
// TODO: Come up with a way to display a keyboard for mobile users,
|
||||
// so until then, this is Windows/Desktop only.
|
||||
#if defined(_WIN32) || defined(USING_QT_UI)
|
||||
|
Loading…
Reference in New Issue
Block a user