mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-07 13:13:24 +02:00
http: Add an additional cancel check.
This commit is contained in:
@@ -211,8 +211,8 @@ static bool FindServer(std::string &resultHost, int &resultPort) {
|
||||
}
|
||||
}
|
||||
|
||||
//don't scan if in manual mode
|
||||
if (g_Config.bRemoteISOManual) {
|
||||
// Don't scan if in manual mode.
|
||||
if (g_Config.bRemoteISOManual || scanCancelled) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user