mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-06-25 11:59:35 +03:00
vrclient: Init unixlib and load vrclient.so on registry init.
CW-Bug-Id: #24510
This commit is contained in:
parent
31d8db7517
commit
4ee2942625
@ -247,6 +247,14 @@ BOOL CDECL vrclient_init_registry(void)
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
if (!load_vrclient())
|
||||
{
|
||||
TRACE( "Failed to load vrclient\n" );
|
||||
set_vr_status( vr_key, -1 );
|
||||
RegCloseKey( vr_key );
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
if (!set_vr_status( vr_key, 0 ))
|
||||
{
|
||||
RegCloseKey( vr_key );
|
||||
|
Loading…
x
Reference in New Issue
Block a user