mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 01:25:07 +02:00
Add a new screen for managing installed Adreno drivers
This commit is contained in:
@@ -234,7 +234,7 @@ bool RemoteISOConnectScreen::FindServer(std::string &resultHost, int &resultPort
|
||||
if (scanCancelled)
|
||||
return false;
|
||||
|
||||
const char *host = entry.getString("ip", "");
|
||||
const char *host = entry.getStringOr("ip", "");
|
||||
int port = entry.getInt("p", 0);
|
||||
|
||||
if (TryServer(host, port)) {
|
||||
|
||||
Reference in New Issue
Block a user