Alexandre Julliard pushed to branch master at wine / wine
Commits: 5fe083ee by Yuxuan Shui at 2024-11-12T21:52:23+01:00 dinput: Keep the module around while input thread is running.
So we don't crash if the application unloads dinput. This can only happen if the application didn't release all dinput objects before unloading the module, which we have observed the Yakuza games to do.
- - - - -
1 changed file:
- dlls/dinput/dinput_main.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/5fe083ee8d69d48ddd9a906399a3d5c...