mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-05 04:05:27 +02:00
Add prototype Upload screen and a couple new icons. Some refactoring.
This commit is contained in:
@@ -47,6 +47,10 @@ const char *DNSTypeAsString(DNSType type) {
|
||||
}
|
||||
}
|
||||
|
||||
std::string Connection::GetLocalIpAsString() const {
|
||||
return fd_util::GetLocalIP(this->sock());
|
||||
}
|
||||
|
||||
bool Connection::Resolve(const char *host, int port, DNSType type) {
|
||||
if ((intptr_t)sock_ != -1) {
|
||||
ERROR_LOG(Log::IO, "Resolve: Already have a socket");
|
||||
|
||||
Reference in New Issue
Block a user