mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-23 15:54:07 +01:00
vrclient_x64: Unload native vrclient shared library on process detach.
CW-Bug-Id: #23390
This commit is contained in:
parent
250242f66a
commit
8f03470527
6 changed files with 22 additions and 5 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue