mirror of
https://github.com/encounter/SDL.git
synced 2025-06-16 19:43:47 +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
|
||||
|
Loading…
x
Reference in New Issue
Block a user