Stop audio when entering the radio in the sim

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12665 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonathan Gordon 2007-03-07 09:16:20 +00:00
parent bfd96a1d34
commit 67b3206709

View file

@ -425,9 +425,9 @@ int radio_screen(void)
radio_load_presets(global_settings.fmr_file);
}
#ifndef SIMULATOR
if(radio_status == FMRADIO_OFF)
audio_stop();
#ifndef SIMULATOR
#if CONFIG_CODEC != SWCODEC
if(rec_create_directory() > 0)