diff options
author | cpasjuste <cpasjuste@gmail.com> | 2020-04-24 13:36:18 +0200 |
---|---|---|
committer | cpasjuste <cpasjuste@gmail.com> | 2020-04-24 13:36:18 +0200 |
commit | c4fad09b3d29679b15d456f6cc0d61b0f59a8d4c (patch) | |
tree | a33de9a6c741755362127b9fae9e6e33ebd864ae /src/maingui.cpp | |
parent | fae5ba054cf9b82da218cfc4df7686f13d3107d3 (diff) | |
download | plus-c4fad09b3d29679b15d456f6cc0d61b0f59a8d4c.tar.gz plus-c4fad09b3d29679b15d456f6cc0d61b0f59a8d4c.tar.bz2 plus-c4fad09b3d29679b15d456f6cc0d61b0f59a8d4c.tar.xz plus-c4fad09b3d29679b15d456f6cc0d61b0f59a8d4c.zip |
switch: don't use atexit not working on switch
Diffstat (limited to 'src/maingui.cpp')
-rw-r--r-- | src/maingui.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/maingui.cpp b/src/maingui.cpp index f10c0efe7..8b0ddd218 100644 --- a/src/maingui.cpp +++ b/src/maingui.cpp @@ -192,6 +192,10 @@ int mainGui(int argc, char *argv[]) #endif // SDL_IMAGE_VERSION_ATLEAST(1, 2, 11) #ifdef __SWITCH__ + SDL_Quit(); +#endif + +#ifdef __SWITCH__ NxDeinit(); #endif |