mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-27 14:58:32 +00:00
Add hotplug support to SDL2 controller backend
This commit is contained in:
parent
7062967b5b
commit
932ca644aa
3 changed files with 143 additions and 27 deletions
|
@ -158,8 +158,7 @@ void ControllerInterface::Shutdown()
|
|||
ciface::Quartz::DeInit();
|
||||
#endif
|
||||
#ifdef CIFACE_USE_SDL
|
||||
// TODO: there seems to be some sort of memory leak with SDL, quit isn't freeing everything up
|
||||
SDL_Quit();
|
||||
ciface::SDL::DeInit();
|
||||
#endif
|
||||
#ifdef CIFACE_USE_ANDROID
|
||||
// nothing needed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue