Create MxDirectXInfo module (#1047)

* Some beta addrs and asserts to start

* Create mxdirectxinfo

* include fix

* CONFIG annotations

* Beta matching

* Match format function better, add dead code function

* LegoDeviceEnumerate
This commit is contained in:
MS
2024-06-27 15:22:13 -04:00
committed by GitHub
parent 536aa4b1fe
commit 6e39e87613
11 changed files with 1339 additions and 1133 deletions

View File

@@ -47,7 +47,7 @@ BOOL CConfigApp::InitInstance()
if (_stricmp(afxCurrentAppName, "config") == 0) {
m_run_config_dialog = TRUE;
}
m_device_enumerator = new MxDeviceEnumerate;
m_device_enumerator = new LegoDeviceEnumerate;
if (m_device_enumerator->DoEnumerate()) {
return FALSE;
}