Skip to content

Commit

Permalink
Comply with new Google Play policy that is not happy with "Support PP…
Browse files Browse the repository at this point in the history
…SSPP" leading to the PPSSPP Gold app in Play
  • Loading branch information
hrydgard committed Nov 3, 2018
1 parent 2704ab3 commit 6bc9a96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UI/MainScreen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -922,7 +922,7 @@ void MainScreen::CreateViews() {
rightColumnItems->Add(new Choice(mm->T("Credits")))->OnClick.Handle(this, &MainScreen::OnCredits);
rightColumnItems->Add(new Choice(mm->T("www.ppsspp.org")))->OnClick.Handle(this, &MainScreen::OnPPSSPPOrg);
if (!System_GetPropertyBool(SYSPROP_APP_GOLD)) {
Choice *gold = rightColumnItems->Add(new Choice(mm->T("Support PPSSPP")));
Choice *gold = rightColumnItems->Add(new Choice(mm->T("Buy PPSSPP Gold")));
gold->OnClick.Handle(this, &MainScreen::OnSupport);
gold->SetIcon(I_ICONGOLD);
}
Expand Down

0 comments on commit 6bc9a96

Please sign in to comment.