shithub: cstory

Download patch

ref: 6df224400cd015598c40a0bd33f00a934a49fe79
parent: 0a99762fecf60df9be62bc61f6bc979cf2188be5
author: Clownacy <Clownacy@users.noreply.github.com>
date: Sun Oct 11 12:01:27 EDT 2020

Okay never mind this doesn't avoid it at all

Seriously wtf why is it crashing

--- a/src/Backends/Audio/SoftwareMixer/3DS.cpp
+++ b/src/Backends/Audio/SoftwareMixer/3DS.cpp
@@ -129,7 +129,7 @@
 
 void SoftwareMixerBackend_Deinit(void)
 {
-//	ndspExit(); // For some asinine reason, 
+	ndspExit();
 
 	linearFree(stream_buffer);
 }