1
0
Fork 0
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:
Michael Sevakis 2007-03-11 05:27:13 +00:00
parent 07b41d65e8
commit 6a384d2e67

View file

@ -262,3 +262,9 @@ void remove_thread(int threadnum)
#define VIRT_SIZE 0xFFFF /* more than enough for our string ID range */
unsigned char vp_dummy[VIRT_SIZE];
void audiohw_postinit(void)
{
}