Handle systems where the video driver regkey isn't "0000".
Merge 9x and 2k/XP probing.
This commit is contained in:
@@ -29,7 +29,7 @@ static void GetMemoryDebugInfo()
|
||||
|
||||
static void GetDisplayDriverDebugInfo()
|
||||
{
|
||||
CString sPrimaryDeviceName = GetPrimaryVideoName9xAnd2k();
|
||||
CString sPrimaryDeviceName = GetPrimaryVideoName();
|
||||
|
||||
if( sPrimaryDeviceName == "" )
|
||||
LOG->Info( "Primary display driver could not be determined." );
|
||||
|
||||
Reference in New Issue
Block a user