mirror of
https://github.com/stenzek/duckstation.git
synced 2025-06-10 13:27:22 +00:00
DInputControllerInterface: Fix crash on shutdown
This commit is contained in:
parent
9feaae1a15
commit
9845f1d76a
@ -20,6 +20,8 @@ DInputControllerInterface::DInputControllerInterface() = default;
|
||||
|
||||
DInputControllerInterface::~DInputControllerInterface()
|
||||
{
|
||||
m_controllers.clear();
|
||||
m_dinput.Reset();
|
||||
if (m_dinput_module)
|
||||
FreeLibrary(m_dinput_module);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user