mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-05 06:47:45 -04:00
fast dma
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@35 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
e5d315a585
commit
3294e5d90b
3 changed files with 9 additions and 13 deletions
|
@ -224,16 +224,3 @@ int mp3_get_offset(void)
|
|||
}
|
||||
|
||||
|
||||
/* unimplemented... */
|
||||
void mix_16h_to_32(int *dest_buf, short *mp3_buf, int count)
|
||||
{
|
||||
}
|
||||
|
||||
void mix_16h_to_32_s1(int *dest_buf, short *mp3_buf, int count)
|
||||
{
|
||||
}
|
||||
|
||||
void mix_16h_to_32_s2(int *dest_buf, short *mp3_buf, int count)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue