Update main.c

This commit is contained in:
jonyluke 2019-06-17 12:46:17 +02:00 committed by GitHub
parent c2b555caa9
commit 36fc164ace
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
} }