Merge pull request #8829 from stenzek/fix-macos-again

Core: Use window instead of surface for ControllerInterface updates
This commit is contained in:
Connor McLaughlin
2020-05-28 16:56:13 +10:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@ -498,7 +498,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();
}