forked from len0rd/rockbox
fix yellow
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28426 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
56c4e9fa60
commit
77b2d02296
1 changed files with 0 additions and 6 deletions
|
@ -791,12 +791,6 @@ int sound_val2phys(int setting, int value)
|
||||||
The pitch value precision is based on PITCH_SPEED_PRECISION (in dsp.h)
|
The pitch value precision is based on PITCH_SPEED_PRECISION (in dsp.h)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef SIMULATOR
|
|
||||||
static
|
|
||||||
#else
|
|
||||||
extern
|
|
||||||
#endif
|
|
||||||
unsigned long shadow_io_control_main;
|
|
||||||
static int last_pitch = PITCH_SPEED_100;
|
static int last_pitch = PITCH_SPEED_100;
|
||||||
|
|
||||||
void sound_set_pitch(int32_t pitch)
|
void sound_set_pitch(int32_t pitch)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue