Disable detection when started in local client mode
This commit is contained in:
parent
8a88573443
commit
a2e74eb788
3 changed files with 57 additions and 29 deletions
4
main.cpp
4
main.cpp
|
|
@ -172,6 +172,10 @@ int main(int argc, char* argv[])
|
|||
{
|
||||
ResourceManager::get()->DetectDevices();
|
||||
}
|
||||
else
|
||||
{
|
||||
ResourceManager::get()->DisableDetection();
|
||||
}
|
||||
}
|
||||
|
||||
/*---------------------------------------------------------*\
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue