1
0
Fork 0
forked from len0rd/rockbox

Fix red sim builds.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8919 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dan Everton 2006-03-05 20:37:56 +00:00
parent 3caf7a6b3f
commit d11f15fcc3

View file

@ -84,6 +84,10 @@ PLUGIN_HEADER
#endif
#if SIMULATOR && (CONFIG_CODEC != SWCODEC)
#define mas_codec_readreg(x) rand()%MAX_PEAK
#endif
/* global api struct pointer */
static struct plugin_api* rb;
/* number of ticks between two volume samples */