mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Update ControllerInterface.cpp
This commit is contained in:
@ -105,7 +105,8 @@ void ControllerInterface::RefreshDevices()
|
|||||||
InvokeDevicesChangedCallbacks();
|
InvokeDevicesChangedCallbacks();
|
||||||
|
|
||||||
#ifdef CIFACE_USE_WIN32
|
#ifdef CIFACE_USE_WIN32
|
||||||
ciface::Win32::PopulateDevices(m_wsi.render_surface);
|
// Should this be changed for other platforms? I don't have the means to test...
|
||||||
|
ciface::Win32::PopulateDevices(m_wsi.render_window);
|
||||||
#endif
|
#endif
|
||||||
#ifdef CIFACE_USE_XLIB
|
#ifdef CIFACE_USE_XLIB
|
||||||
if (m_wsi.type == WindowSystemType::X11)
|
if (m_wsi.type == WindowSystemType::X11)
|
||||||
|
Reference in New Issue
Block a user