Fix MSW registry key for 3dconnection

See discussion at 7af5037ad7 (note_1568602292)
This commit is contained in:
Seth Hillbrand 2023-09-21 09:54:34 -07:00
parent a6e883327a
commit c497abd8ee
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ bool KIPLATFORM::DRIVERS::Valid3DConnexionDriverVersion()
// Open the registry key for 3dConnexion
if( RegOpenKeyEx( HKEY_LOCAL_MACHINE,
L"Software\\3Dconnexion\\3DxWare Version",
L"Software\\3Dconnexion\\3DxSoftware\\Version",
0, KEY_READ, &hKey ) == ERROR_SUCCESS )
{
char buffer[256];