mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Show twitter option for non-Android. (not enabled)
This commit is contained in:
parent
3cad2ed850
commit
41ae3448c9
1 changed files with 2 additions and 0 deletions
|
@ -410,6 +410,8 @@ UI::EventReturn CreditsScreen::OnSupport(UI::EventParams &e) {
|
|||
UI::EventReturn CreditsScreen::OnTwitter(UI::EventParams &e) {
|
||||
#ifdef ANDROID
|
||||
System_SendMessage("showTwitter", "PPSSPP_emu");
|
||||
#else
|
||||
LaunchBrowser("https://twitter.com/#!/PPSSPP_emu");
|
||||
#endif
|
||||
return UI::EVENT_DONE;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue