shithub: cstory

Download patch

ref: f3ff030869f51d5bb77b5337593580906ff7d7e7
parent: 2a73c12a5f0648075582e850cfbf9edcfdab9195
author: Clownacy <Clownacy@users.noreply.github.com>
date: Sun Oct 11 11:17:34 EDT 2020

Avoid 3DS crash when closing the game

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