diff --git a/source/gx/config.c b/source/gx/config.c index 25ac8a6..fdfd8e7 100644 --- a/source/gx/config.c +++ b/source/gx/config.c @@ -228,6 +228,8 @@ void config_default(void) ASND_Pause(0); int voice = ASND_GetFirstUnusedVoice(); ASND_SetVoice(voice,VOICE_MONO_16BIT,44100,0,(u8 *)intro_pcm,intro_pcm_size,200,200,NULL); + sleep (2); + ASND_Pause(1); } /* switch into 480p if component cable has been detected and progressive mode is enabled */ @@ -239,9 +241,6 @@ void config_default(void) VIDEO_WaitVSync(); VIDEO_WaitVSync(); } - - /* stop any sound */ - ASND_Pause(1); #endif /* inform user if default config is used */