mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 01:25:07 +02:00
iOS: Fix URL on More Info button on IAP screen
This commit is contained in:
+1
-1
@@ -69,7 +69,7 @@ void IAPScreen::CreateViews() {
|
||||
|
||||
Choice *moreInfo = rightColumnItems->Add(new Choice(di->T("More info")));
|
||||
moreInfo->OnClick.Add([](UI::EventParams &) {
|
||||
System_LaunchUrl(LaunchUrlType::BROWSER_URL, "https://www.ppsspp.org/docs/reference/whygold/");
|
||||
System_LaunchUrl(LaunchUrlType::BROWSER_URL, "https://www.ppsspp.org/buygold_ios");
|
||||
return UI::EVENT_DONE;
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user