mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 13:30:02 +00:00
Added psp.gameplayer.club public Adhoc Server.
This commit is contained in:
parent
04affb1958
commit
43beb26896
@ -1977,7 +1977,7 @@ void HostnameSelectScreen::CreatePopupContents(UI::ViewGroup *parent) {
|
||||
buttonsRow2->Add(new Button(di->T("Toggle List")))->OnClick.Handle(this, &HostnameSelectScreen::OnShowIPListClick);
|
||||
buttonsRow2->Add(new Spacer(new LinearLayoutParams(1.0, G_RIGHT)));
|
||||
|
||||
std::vector<std::string> listIP = {"socom.cc", "myneighborsushicat.com", "localhost"}; // TODO: Add some saved recent history too?
|
||||
std::vector<std::string> listIP = {"socom.cc", "psp.gameplayer.club", "myneighborsushicat.com", "localhost"}; // TODO: Add some saved recent history too?
|
||||
net::GetIPList(listIP);
|
||||
ipRows_ = new LinearLayout(ORIENT_VERTICAL, new LinearLayoutParams(1.0));
|
||||
ScrollView* scrollView = new ScrollView(ORIENT_VERTICAL, new LinearLayoutParams(FILL_PARENT, WRAP_CONTENT));
|
||||
|
@ -583,6 +583,7 @@ static RetroOption<int> ppsspp_wlan_channel("ppsspp_wlan_channel", "WLAN channel
|
||||
static RetroOption<bool> ppsspp_enable_builtin_pro_ad_hoc_server("ppsspp_enable_builtin_pro_ad_hoc_server", "Enable built-in PRO ad hoc server", false);
|
||||
static RetroOption<std::string> ppsspp_change_pro_ad_hoc_server_address("ppsspp_change_pro_ad_hoc_server_address", "Change PRO ad hoc server IP address (localhost = multiple instances)", {
|
||||
{"socom.cc", "socom.cc"},
|
||||
{"psp.gameplayer.club", "psp.gameplayer.club"},
|
||||
{"myneighborsushicat.com", "myneighborsushicat.com"},
|
||||
{"localhost", "localhost"},
|
||||
{"IP address", "IP address"}
|
||||
|
Loading…
Reference in New Issue
Block a user