Pause the SPU when closing rom to avoid annoying sound loop
This commit is contained in:
parent
93430f6d8d
commit
113146e6b3
|
@ -358,6 +358,7 @@ loop:
|
|||
void closeRom(wxCommandEvent& event) {
|
||||
NDS_FreeROM();
|
||||
execute = false;
|
||||
SPU_Pause(1);
|
||||
#ifdef HAVE_LIBAGG
|
||||
Hud.resetTransient();
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue