mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 01:25:07 +02:00
Add convenient UI on the pause screen for changing/locking the screen orientation
This commit is contained in:
+1
-1
@@ -70,7 +70,7 @@ void IAPScreen::CreateViews() {
|
||||
image = ImageID("I_LOGO_APP_STORE");
|
||||
#endif
|
||||
Choice *buyButton = rightColumnItems->Add(new Choice(mm->T("Buy PPSSPP Gold"), image));
|
||||
buyButton->SetIcon(ImageID("I_ICON_GOLD"), 0.5f);
|
||||
buyButton->SetIconRight(ImageID("I_ICON_GOLD"), 0.5f);
|
||||
buyButton->SetShine(true);
|
||||
const int requesterToken = GetRequesterToken();
|
||||
buyButton->OnClick.Add([this, requesterToken](UI::EventParams &) {
|
||||
|
||||
Reference in New Issue
Block a user