forked from len0rd/rockbox
Add audiohw_postinit() stub for the sims.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12716 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
07b41d65e8
commit
6a384d2e67
1 changed files with 6 additions and 0 deletions
|
|
@ -262,3 +262,9 @@ void remove_thread(int threadnum)
|
||||||
#define VIRT_SIZE 0xFFFF /* more than enough for our string ID range */
|
#define VIRT_SIZE 0xFFFF /* more than enough for our string ID range */
|
||||||
unsigned char vp_dummy[VIRT_SIZE];
|
unsigned char vp_dummy[VIRT_SIZE];
|
||||||
|
|
||||||
|
|
||||||
|
void audiohw_postinit(void)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue