Wave animation
This commit is contained in:
parent
03b53c6a75
commit
01aaed54d6
3 changed files with 31 additions and 1 deletions
|
@ -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")));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue