Fixed sim build
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2246 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
066a547288
commit
73f6abebc0
1 changed files with 4 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue