1
0
Fork 0
forked from len0rd/rockbox

Starting the mpeg_thread for the simulator.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3050 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Kjell Ericson 2003-01-10 09:19:56 +00:00
parent ddefd1ebfc
commit b8342ff072

View file

@ -70,6 +70,13 @@ void init(void)
settings_reset();
settings_load();
sleep(HZ/2);
mpeg_init( global_settings.volume,
global_settings.bass,
global_settings.treble,
global_settings.balance,
global_settings.loudness,
global_settings.bass_boost,
global_settings.avc );
}
#else