1
0
Fork 0
forked from len0rd/rockbox

icons for .ch8, .rvf

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4172 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jörg Hohensohn 2003-12-22 09:48:18 +00:00
parent d29d029569
commit 1707fd94fc
3 changed files with 7 additions and 5 deletions

View file

@ -81,8 +81,8 @@ static struct
{ ".rock",TREE_ATTR_ROCK,Plugin },
#ifdef HAVE_LCD_BITMAP
{ ".fnt", TREE_ATTR_FONT,Font },
{ ".ch8", TREE_ATTR_CH8, -1 },
{ ".rvf", TREE_ATTR_RVF, Text },
{ ".ch8", TREE_ATTR_CH8, Chip8 },
{ ".rvf", TREE_ATTR_RVF, Video },
#endif
#ifndef SIMULATOR
#ifdef HAVE_LCD_BITMAP