mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 17:40:39 +00:00
Don't #ifdef ANDROID creating RemoteAccessServerThread.
* Will need to see what the reason for this was, and either fix or find better way around.
This commit is contained in:
@@ -220,11 +220,7 @@ void RenderDoc::Initialise()
|
||||
m_RemoteIdent = port;
|
||||
|
||||
m_RemoteServerThreadShutdown = false;
|
||||
#ifdef ANDROID
|
||||
// TODO shutdown the thread on dlclose()
|
||||
#else
|
||||
m_RemoteThread = Threading::CreateThread(RemoteAccessServerThread, (void *)sock);
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user