Skip to content

Commit

Permalink
Merge pull request #9984 from hrydgard/remove-coldbird
Browse files Browse the repository at this point in the history
Don't default to coldbird adhoc server, it doesn't run anymore (?)
  • Loading branch information
hrydgard authored Sep 28, 2017
2 parents a38e903 + 9b9f382 commit 479eb48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/Config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,7 @@ static ConfigSetting systemParamSettings[] = {
ReportedConfigSetting("PSPModel", &g_Config.iPSPModel, &DefaultPSPModel, true, true),
ReportedConfigSetting("PSPFirmwareVersion", &g_Config.iFirmwareVersion, PSP_DEFAULT_FIRMWARE, true, true),
ConfigSetting("NickName", &g_Config.sNickName, "PPSSPP", true, true),
ConfigSetting("proAdhocServer", &g_Config.proAdhocServer, "coldbird.net", true, true),
ConfigSetting("proAdhocServer", &g_Config.proAdhocServer, "", true, true),
ConfigSetting("MacAddress", &g_Config.sMACAddress, "", true, true),
ConfigSetting("PortOffset", &g_Config.iPortOffset, 0, true, true),
ReportedConfigSetting("Language", &g_Config.iLanguage, &DefaultSystemParamLanguage, true, true),
Expand Down

0 comments on commit 479eb48

Please sign in to comment.