Move i2c bus detectors to their respective files and add a detector macro for i2c busses so they can be detected asynchronously. Fix WMI and DMI info.
This commit is contained in:
parent
7898e9b95d
commit
aaa2ecddc7
16 changed files with 409 additions and 438 deletions
2
main.cpp
2
main.cpp
|
|
@ -154,7 +154,7 @@ int main(int argc, char* argv[])
|
|||
|
||||
if(!AttemptLocalConnection(rgb_controllers))
|
||||
{
|
||||
DetectRGBControllers();
|
||||
ResourceManager::get()->DetectDevices();
|
||||
}
|
||||
|
||||
profile_manager.LoadSizeFromProfile("sizes.ors");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue