UI: Add BG animation for recent games.

Just a subdued slideshow in the background.
This commit is contained in:
Unknown W. Brackets 2021-04-04 10:48:42 -07:00
parent 233b0a87c1
commit e2a8c83b9f
4 changed files with 122 additions and 17 deletions

View file

@ -875,7 +875,7 @@ void GameSettingsScreen::CreateViews() {
if (backgroundChoice_ != nullptr) {
backgroundChoice_->OnClick.Handle(this, &GameSettingsScreen::OnChangeBackground);
}
static const char *backgroundAnimations[] = { "No animation", "Floating Symbols" };
static const char *backgroundAnimations[] = { "No animation", "Floating symbols", "Recent games" };
systemSettings->Add(new PopupMultiChoice(&g_Config.iBackgroundAnimation, sy->T("UI background animation"), backgroundAnimations, 0, ARRAY_SIZE(backgroundAnimations), sy->GetName(), screenManager()));
systemSettings->Add(new ItemHeader(sy->T("Help the PPSSPP team")));