diff options
author | Michael Sevakis <jethead71@rockbox.org> | 2007-03-11 05:27:13 +0000 |
---|---|---|
committer | Michael Sevakis <jethead71@rockbox.org> | 2007-03-11 05:27:13 +0000 |
commit | 6a384d2e678c4090c1187dfff50b8967ffa4d6d4 (patch) | |
tree | 2a81621c8e878e34c8a93f47cf85b1be56898d16 /uisimulator | |
parent | 07b41d65e8f57b52149d06823026caa505546bb5 (diff) | |
download | rockbox-6a384d2e678c4090c1187dfff50b8967ffa4d6d4.tar.gz rockbox-6a384d2e678c4090c1187dfff50b8967ffa4d6d4.zip |
Add audiohw_postinit() stub for the sims.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12716 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator')
-rw-r--r-- | uisimulator/common/stubs.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/uisimulator/common/stubs.c b/uisimulator/common/stubs.c index 8ea46824ce..3680183e22 100644 --- a/uisimulator/common/stubs.c +++ b/uisimulator/common/stubs.c @@ -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) +{ +} + + |