Wave animation

This commit is contained in:
iota97 2021-09-08 15:03:32 +02:00
parent 03b53c6a75
commit 01aaed54d6
3 changed files with 31 additions and 1 deletions

View file

@ -880,7 +880,7 @@ void GameSettingsScreen::CreateViews() {
if (backgroundChoice_ != nullptr) {
backgroundChoice_->OnClick.Handle(this, &GameSettingsScreen::OnChangeBackground);
}
static const char *backgroundAnimations[] = { "No animation", "Floating symbols", "Recent games" };
static const char *backgroundAnimations[] = { "No animation", "Floating symbols", "Recent games", "Waves" };
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")));