1
0
Fork 0
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:
Linus Nielsen Feltzing 2002-07-01 14:17:25 +00:00
parent b81ce1e9a1
commit 3c1d26b01a

View file

@ -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)
{