From 11d70d9a71f70008e30bff2daaea75e419903e30 Mon Sep 17 00:00:00 2001 From: Pk11 Date: Tue, 12 Nov 2024 11:21:51 -0600 Subject: [PATCH] Remove janky mmStop() devkitPro fixed the memory leak, maxmod doesn't crash anymore! (also this didn't actually fix anything for a while anyways) --- source/music.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/source/music.cpp b/source/music.cpp index f14f681..d135c65 100644 --- a/source/music.cpp +++ b/source/music.cpp @@ -30,5 +30,4 @@ void Music::start(void) const { void Music::stop(void) const { mmStop(); - mmStop(); // yes, this *is* needed }