mirror of
https://github.com/encounter/SDL.git
synced 2025-06-16 11:33:39 +00:00
switch: fix crash on exit (#42)
This commit is contained in:
parent
bf7515613e
commit
d4f7e2d03e
@ -152,6 +152,10 @@ SWITCH_VideoInit(_THIS)
|
||||
void
|
||||
SWITCH_VideoQuit(_THIS)
|
||||
{
|
||||
if (_this->gl_config.driver_loaded) {
|
||||
SDL_GL_UnloadLibrary();
|
||||
}
|
||||
|
||||
// exit touch
|
||||
SWITCH_QuitTouch();
|
||||
//exit keyboard
|
||||
@ -325,4 +329,4 @@ SWITCH_PumpEvents(_THIS)
|
||||
SWITCH_PollMouse();
|
||||
}
|
||||
|
||||
#endif /* SDL_VIDEO_DRIVER_SWITCH */
|
||||
#endif /* SDL_VIDEO_DRIVER_SWITCH */
|
||||
|
Loading…
x
Reference in New Issue
Block a user