mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-16 12:58:33 +02:00
Revert "SDL: handle SDL_QUIT event"
This commit is contained in:
@ -134,11 +134,6 @@ void ControllerInterface::Shutdown()
|
||||
//
|
||||
void ControllerInterface::UpdateInput()
|
||||
{
|
||||
#ifdef CIFACE_USE_SDL
|
||||
// SDL currently also handles SIGINT and SIGTERM,
|
||||
// so make sure to update it even if there is no SDL device.
|
||||
ciface::SDL::UpdateInput();
|
||||
#endif
|
||||
for (ciface::Core::Device* d : m_devices)
|
||||
d->UpdateInput();
|
||||
}
|
||||
|
Reference in New Issue
Block a user