mirror of
https://github.com/switchbrew/switch-examples.git
synced 2025-07-01 09:12:14 +02:00
Update main.c
This commit is contained in:
parent
4d5e0c6c14
commit
c2b555caa9
@ -64,6 +64,8 @@ int main(int argc, char *argv[])
|
|||||||
// Shuts down SDL subsystems
|
// Shuts down SDL subsystems
|
||||||
SDL_Quit();
|
SDL_Quit();
|
||||||
|
|
||||||
|
romfsExit();
|
||||||
|
|
||||||
// Deinitialize and clean up resources used by the console (important!)
|
// Deinitialize and clean up resources used by the console (important!)
|
||||||
consoleExit(NULL);
|
consoleExit(NULL);
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user