diff options
author | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2009-10-28 23:31:42 +0000 |
---|---|---|
committer | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2009-10-28 23:31:42 +0000 |
commit | d789e418847a527ffcfb90ed3443fb05efa2da04 (patch) | |
tree | fdc0c5a012ead2faed48fe8434167104a4620737 /apps/filetypes.c | |
parent | 97881c1a62612e6fd716bd2feabeb1a333159d0d (diff) | |
download | rockbox-d789e418847a527ffcfb90ed3443fb05efa2da04.tar.gz rockbox-d789e418847a527ffcfb90ed3443fb05efa2da04.zip |
Add support for running Lua games/apps from the Plugins menu
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23390 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/filetypes.c')
-rw-r--r-- | apps/filetypes.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/filetypes.c b/apps/filetypes.c index 2c737ce883..b442a9ec2c 100644 --- a/apps/filetypes.c +++ b/apps/filetypes.c @@ -102,6 +102,7 @@ static const struct filetype inbuilt_filetypes[] = { #endif { "lng", FILE_ATTR_LNG, Icon_Language, LANG_LANGUAGE }, { "rock",FILE_ATTR_ROCK,Icon_Plugin, VOICE_EXT_ROCK }, + { "lua", FILE_ATTR_LUA, Icon_Plugin, VOICE_EXT_ROCK }, #ifdef HAVE_LCD_BITMAP { "fnt", FILE_ATTR_FONT,Icon_Font, VOICE_EXT_FONT }, { "kbd", FILE_ATTR_KBD, Icon_Keyboard, VOICE_EXT_KBD }, |