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:
Adam Honse 2020-08-06 09:51:46 -05:00
parent 7898e9b95d
commit aaa2ecddc7
16 changed files with 409 additions and 438 deletions

View file

@ -154,7 +154,7 @@ int main(int argc, char* argv[])
if(!AttemptLocalConnection(rgb_controllers))
{
DetectRGBControllers();
ResourceManager::get()->DetectDevices();
}
profile_manager.LoadSizeFromProfile("sizes.ors");