mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 05:40:01 -06:00
Core: Use window instead of surface for ControllerInterface updates
Fixes crashes with Vulkan on macOS.
This commit is contained in:
@ -502,7 +502,7 @@ static void EmuThread(std::unique_ptr<BootParameters> boot, WindowSystemInfo wsi
|
||||
}
|
||||
else
|
||||
{
|
||||
g_controller_interface.ChangeWindow(wsi.render_surface);
|
||||
g_controller_interface.ChangeWindow(wsi.render_window);
|
||||
Pad::LoadConfig();
|
||||
Keyboard::LoadConfig();
|
||||
}
|
||||
|
Reference in New Issue
Block a user