Change github link

This commit is contained in:
MojoJojoDojo 2021-02-11 00:14:54 +02:00
parent a9644413c8
commit 4edf12b9bb

View File

@ -1069,7 +1069,7 @@ void RecreateActivity() {
}
UI::EventReturn GameSettingsScreen::OnAdhocGuides(UI::EventParams &e) {
LaunchBrowser("https://github.com/hrydgard/ppsspp/wiki/How-to-play-multiplayer-games-over-PPSSPP");
LaunchBrowser("https://github.com/hrydgard/ppsspp/wiki/How-to-play-multiplayer-games-with-PPSSPP");
return UI::EVENT_DONE;
}