mirror of
https://github.com/RocketRobz/SuperAllStarPhotoStudio.git
synced 2025-06-18 17:15:35 -04:00
3DS: Fix crashing on exit
This commit is contained in:
parent
75f92f0d58
commit
77d9ee97f3
@ -344,15 +344,15 @@ int main()
|
||||
|
||||
saveSettings();
|
||||
|
||||
if (musicStartLoaded) {
|
||||
delete music;
|
||||
}
|
||||
delete music_loop;
|
||||
//delete mus_logos;
|
||||
delete sfx_select;
|
||||
delete sfx_back;
|
||||
delete sfx_highlight;
|
||||
if (dspfirmfound) {
|
||||
/* if (musicStartLoaded) {
|
||||
delete music;
|
||||
}
|
||||
delete music_loop; */
|
||||
//delete mus_logos;
|
||||
delete sfx_select;
|
||||
delete sfx_back;
|
||||
delete sfx_highlight;
|
||||
ndspExit();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user