vrclient_x64: Unload native vrclient shared library on process detach.

CW-Bug-Id: #23390
This commit is contained in:
Paul Gofman 2024-02-09 18:20:52 -06:00 committed by Arkadiusz Hiler
parent 250242f66a
commit 8f03470527
6 changed files with 22 additions and 5 deletions

View file

@ -10,6 +10,7 @@ extern "C" const unixlib_entry_t __wine_unix_call_funcs[] =
vrclient_init,
vrclient_HmdSystemFactory,
vrclient_VRClientCoreFactory,
vrclient_unload,
IVRApplications_IVRApplications_001_AddApplicationManifest,
IVRApplications_IVRApplications_001_RemoveApplicationManifest,
IVRApplications_IVRApplications_001_IsApplicationInstalled,