Stats plugin: Add 3 missing types to count.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25327 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
225853c5dd
commit
a4ff42d146
1 changed files with 2 additions and 1 deletions
|
@ -115,7 +115,8 @@ const char *music_exts[] = {"mp3","mp2","mp1","mpa","ogg","oga",
|
||||||
"shn","aif","aiff","wma","wmv","asf","spx","ape","mac",
|
"shn","aif","aiff","wma","wmv","asf","spx","ape","mac",
|
||||||
"sid","mod","nsf","nsfe","spc","adx","sap","rm","at3",
|
"sid","mod","nsf","nsfe","spc","adx","sap","rm","at3",
|
||||||
"ra","rmvb","oma","aa3","dmc","dlt","mpt","mpd","rmt",
|
"ra","rmvb","oma","aa3","dmc","dlt","mpt","mpd","rmt",
|
||||||
"tmc","tm8","tm2","cm3","cmc","cmr","cms","mmf"};
|
"tmc","tm8","tm2","cm3","cmc","cmr","cms","mmf","au",
|
||||||
|
"snd","vox","w64"};
|
||||||
|
|
||||||
void prn(const char *str, int y)
|
void prn(const char *str, int y)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue