1
0
Fork 0
forked from len0rd/rockbox

More 64bit simulator fixes, coinciding with the long policy this time.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8890 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2006-03-03 02:09:58 +00:00
parent 3187a59f74
commit 8ac3ae73c5
6 changed files with 21 additions and 21 deletions

View file

@ -2671,7 +2671,7 @@ void audio_set_recording_options(int frequency, int quality,
#endif /* SIMULATOR */
#endif /* CONFIG_CODEC == MAS3587F */
void audio_play(int offset)
void audio_play(long offset)
{
#ifdef SIMULATOR
char* trackname;
@ -2805,7 +2805,7 @@ void audio_prev(void)
#endif /* SIMULATOR */
}
void audio_ff_rewind(int newtime)
void audio_ff_rewind(long newtime)
{
#ifndef SIMULATOR
queue_post(&mpeg_queue, MPEG_FF_REWIND, (void *)newtime);