mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Debugger UI fix
This commit is contained in:
parent
b8938f4c19
commit
14f07ac073
1 changed files with 2 additions and 2 deletions
|
@ -525,8 +525,8 @@ static void DrawApctl(ImConfig &cfg) {
|
|||
}
|
||||
|
||||
if (g_Config.bInfrastructureAutoDNS) {
|
||||
if (!g_infraDNSConfig.loaded) {
|
||||
if (g_infraDNSConfig.gameName.empty()) {
|
||||
if (g_infraDNSConfig.loaded) {
|
||||
if (!g_infraDNSConfig.gameName.empty()) {
|
||||
ImGui::Text("Known game: %s", g_infraDNSConfig.gameName.c_str());
|
||||
}
|
||||
ImGui::Text("connectAdhocForGrouping: %s", BoolStr(g_infraDNSConfig.connectAdHocForGrouping));
|
||||
|
|
Loading…
Add table
Reference in a new issue