mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-04 18:23:15 +00:00
Updated the input plugins reference of hwnd on game start. Fixes the emu wiimotes mouse IR when rendering the game to a separate window.
This commit is contained in:
parent
27619e613f
commit
98dce11f8c
6 changed files with 21 additions and 8 deletions
|
@ -117,6 +117,9 @@ public:
|
|||
void Initialize(void* const hwnd);
|
||||
void Reinitialize();
|
||||
void Shutdown();
|
||||
|
||||
void DeInit();
|
||||
|
||||
bool IsInit() const { return m_is_init; }
|
||||
|
||||
void UpdateReference(ControlReference* control, const ciface::Core::DeviceQualifier& default_device) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue