Add a new screen for managing installed Adreno drivers

This commit is contained in:
Henrik Rydgård
2024-01-16 13:14:57 +01:00
parent 72c4d346d0
commit 9253bf9cb5
24 changed files with 408 additions and 159 deletions
+1 -1
View File
@@ -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)) {