mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 13:30:02 +00:00
Partially revert previous commit
This commit is contained in:
parent
f1e40987cb
commit
1ca5bc9d86
@ -1281,13 +1281,11 @@ void MainScreen::CreateViews() {
|
||||
|
||||
if (!vertical) {
|
||||
rightColumnChoices->Add(new Choice(mm->T("www.ppsspp.org")))->OnClick.Handle(this, &MainScreen::OnPPSSPPOrg);
|
||||
#if !PPSSPP_PLATFORM(IOS_APP_STORE)
|
||||
if (!System_GetPropertyBool(SYSPROP_APP_GOLD) && (System_GetPropertyInt(SYSPROP_DEVICE_TYPE) != DEVICE_TYPE_VR)) {
|
||||
Choice *gold = rightColumnChoices->Add(new Choice(mm->T("Buy PPSSPP Gold")));
|
||||
gold->OnClick.Handle(this, &MainScreen::OnSupport);
|
||||
gold->SetIcon(ImageID("I_ICONGOLD"), 0.5f);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
rightColumnChoices->Add(new Spacer(25.0));
|
||||
|
Loading…
Reference in New Issue
Block a user