mirror of
https://github.com/Oibaf66/fbzx-wii.git
synced 2024-11-01 06:45:05 +01:00
ASND sound is not reseted entering the GUI
This commit is contained in:
parent
2d74dd0c21
commit
a213400508
@ -36,6 +36,7 @@
|
||||
#include "cargador.h"
|
||||
#include "characters.h"
|
||||
#include "spk_ay.h"
|
||||
#include "sound.h"
|
||||
|
||||
|
||||
#define ID_BUTTON_OFFSET 0
|
||||
@ -1932,7 +1933,7 @@ void main_menu()
|
||||
|
||||
memset(submenus, 0, sizeof(submenus));
|
||||
|
||||
reset_sound();
|
||||
if (sound_type != SOUND_ASND) reset_sound();
|
||||
|
||||
do
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user