1
0
Fork 0
forked from len0rd/rockbox

Quick fix for the edit screen in the random_folder_advance_config plugin, no more blank screen and it now shows the correct directory count

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11161 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2006-10-09 14:40:15 +00:00
parent 8055825312
commit d8a2165f78
2 changed files with 14 additions and 7 deletions

View file

@ -22,6 +22,10 @@ stopwatch.c
vbrfix.c
viewer.c
#ifdef CPU_COLDFIRE
sampr_test.c
#endif
#if ((CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC == MAS3539F)) && !defined(SIMULATOR)
wavplay.c
#endif