mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 20:55:17 -05:00
Fixed the red builds.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8417 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6d6ca6b6a5
commit
4503b96749
2 changed files with 10 additions and 0 deletions
|
|
@ -40,6 +40,11 @@ bool pcm_is_playing(void)
|
|||
return playing;
|
||||
}
|
||||
|
||||
void pcm_mute(bool state)
|
||||
{
|
||||
(void)state;
|
||||
}
|
||||
|
||||
void pcm_play_pause(bool state)
|
||||
{
|
||||
(void)state;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue