Avoid 3DS crash when closing the game
This commit is contained in:
parent
2a73c12a5f
commit
f3ff030869
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue