forked from len0rd/rockbox
Killed simulator compile errors
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1285 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b81ce1e9a1
commit
3c1d26b01a
1 changed files with 3 additions and 2 deletions
|
|
@ -794,7 +794,7 @@ void mpeg_prev(void)
|
|||
#endif
|
||||
}
|
||||
|
||||
|
||||
#ifndef SIMULATOR
|
||||
#ifndef ARCHOS_RECORDER
|
||||
int current_volume=0; /* all values in tenth of dB */
|
||||
int current_treble=0;
|
||||
|
|
@ -832,7 +832,8 @@ void set_prescaled_volume(void)
|
|||
|
||||
dac_volume(tenthdb2reg(l), tenthdb2reg(r), false);
|
||||
}
|
||||
#endif
|
||||
#endif /* ARCHOS_RECORDER */
|
||||
#endif /* SIMULATOR */
|
||||
|
||||
void mpeg_sound_set(int setting, int value)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue