mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-07 00:28:56 +00:00
ControllerInterface: DInput: Update force feedback effects in a thread. This should prevent slowdowns experienced by a handful of users.
This commit is contained in:
parent
d5df56c677
commit
0f19c4a40f
5 changed files with 184 additions and 88 deletions
|
@ -99,6 +99,8 @@ Joystick::Joystick(IOHIDDeviceRef device, std::string name)
|
|||
|
||||
Joystick::~Joystick()
|
||||
{
|
||||
DeInitForceFeedback();
|
||||
|
||||
if (m_ff_device)
|
||||
m_ff_device->Release();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue