Skip to content

Commit

Permalink
Remove janky mmStop()
Browse files Browse the repository at this point in the history
devkitPro fixed the memory leak, maxmod doesn't crash anymore!

(also this didn't actually fix anything for a while anyways)
  • Loading branch information
Epicpkmn11 committed Nov 12, 2024
1 parent d8a6924 commit 11d70d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/music.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,4 @@ void Music::start(void) const {

void Music::stop(void) const {
mmStop();
mmStop(); // yes, this *is* needed
}

0 comments on commit 11d70d9

Please sign in to comment.