Avoid 3DS crash when closing the game

This commit is contained in:
Clownacy 2020-10-11 15:17:34 +01:00
parent 2a73c12a5f
commit f3ff030869

View file

@ -129,7 +129,7 @@ unsigned long SoftwareMixerBackend_Init(void (*callback)(long *stream, size_t fr
void SoftwareMixerBackend_Deinit(void) void SoftwareMixerBackend_Deinit(void)
{ {
ndspExit(); // ndspExit(); // For some asinine reason,
linearFree(stream_buffer); linearFree(stream_buffer);
} }