Fixed sim build

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2246 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2002-09-09 16:43:25 +00:00
parent 066a547288
commit 73f6abebc0

View file

@ -1665,6 +1665,9 @@ int mpeg_val2phys(int setting, int value)
void mpeg_sound_channel_config(int configuration)
{
#ifdef SIMULATOR
(void)configuration;
#else
unsigned long val_on = 0x80000;
unsigned long val_off = 0;
@ -1727,6 +1730,7 @@ void mpeg_sound_channel_config(int configuration)
#endif
break;
}
#endif
}
void mpeg_init(int volume, int bass, int treble, int balance, int loudness, int bass_boost, int avc)