mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
Fixed the simulator.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7219 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
eab434c416
commit
e9c0e83154
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ void pcm_play_data(void (*get_more)(unsigned char** start, long* size))
|
|||
playing = true;
|
||||
}
|
||||
|
||||
long pcm_get_bytes_waiting(long)
|
||||
long pcm_get_bytes_waiting(void)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue