1
0
Fork 0
forked from len0rd/rockbox

Something horrible happened with binsize, so revert FS#8894 completely (for now).

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18449 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Steve Bavin 2008-09-08 09:00:41 +00:00
parent 1adf5f27af
commit 4bb8fd286b
11 changed files with 5 additions and 432 deletions

View file

@ -165,6 +165,5 @@ void sound_set_pitch(int r);
int sound_get_pitch(void);
int dsp_callback(int msg, intptr_t param);
void dsp_dither_enable(bool enable);
void dsp_set_speed(int speed);
#endif