mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 01:25:07 +02:00
Strict mode checking - no way to forget detaching now.
And if we forget to attach, boom. Hopefully I caught all of them.
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
#include "Common/Net/HTTPClient.h"
|
||||
#include "Common/Net/Resolve.h"
|
||||
#include "Common/Net/URL.h"
|
||||
#include "Common/Thread/ThreadUtil.h"
|
||||
|
||||
#include "Common/File/PathBrowser.h"
|
||||
#include "Common/Data/Format/JSONReader.h"
|
||||
@@ -366,6 +367,7 @@ RemoteISOConnectScreen::RemoteISOConnectScreen() {
|
||||
scanAborted = false;
|
||||
|
||||
scanThread_ = new std::thread([](RemoteISOConnectScreen *thiz) {
|
||||
SetCurrentThreadName("RemoteISOScan");
|
||||
thiz->ExecuteScan();
|
||||
}, this);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user