mirror of
https://github.com/switchbrew/switch-examples.git
synced 2025-07-01 17:22:15 +02:00
Update main.c
This commit is contained in:
parent
c2b555caa9
commit
36fc164ace
@ -64,9 +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!)
|
||||||
|
romfsExit();
|
||||||
consoleExit(NULL);
|
consoleExit(NULL);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user