mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-22 21:09:52 +00:00
Default to no reporting server, oops
This commit is contained in:
parent
4016539c85
commit
7bb0c58e8d
@ -225,10 +225,10 @@ namespace Reporting
|
||||
PurgeCRC();
|
||||
}
|
||||
|
||||
// Returns the full host (e.g. report.ppsspp.org:80.)
|
||||
// Returns the full host
|
||||
std::string ServerHost() {
|
||||
if (g_Config.sReportHost.compare("default") == 0)
|
||||
return "report.ppsspp.org";
|
||||
return "";
|
||||
return g_Config.sReportHost;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user