mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
http: Add an additional cancel check.
This commit is contained in:
parent
abe4b750cc
commit
5f54726d03
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue