mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-28 09:59:32 -06:00
ControllerInterface/Win32: Prevent devcies from losing their "id" on a hotplug event.
This commit is contained in:
@ -13,7 +13,7 @@ namespace ciface
|
||||
{
|
||||
namespace DInput
|
||||
{
|
||||
void InitKeyboardMouse(IDirectInput8* const idi8, HWND _hwnd);
|
||||
void InitKeyboardMouse(IDirectInput8* const idi8);
|
||||
|
||||
class KeyboardMouse : public Core::Device
|
||||
{
|
||||
@ -98,5 +98,5 @@ private:
|
||||
DWORD m_last_update;
|
||||
State m_state_in;
|
||||
};
|
||||
}
|
||||
}
|
||||
} // namespace DInput
|
||||
} // namespace ciface
|
||||
|
Reference in New Issue
Block a user