summaryrefslogtreecommitdiff
path: root/apps/features.txt
diff options
context:
space:
mode:
authorAlex Parker <rockbox@aeparker.com>2009-06-02 20:17:21 +0000
committerAlex Parker <rockbox@aeparker.com>2009-06-02 20:17:21 +0000
commit9c1283c80dc23633ecdf84e1e6534137761594ae (patch)
treedf4a0e074c6a60152a497b0984a5f20eab27b23b /apps/features.txt
parentd3d66f172a5768be362793ec83826a652eb52d6f (diff)
downloadrockbox-9c1283c80dc23633ecdf84e1e6534137761594ae.tar.gz
rockbox-9c1283c80dc23633ecdf84e1e6534137761594ae.zip
Add the Lua scripting language plugin to the manual.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21168 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/features.txt')
-rw-r--r--apps/features.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/features.txt b/apps/features.txt
index af4b18648e..a9df26ba48 100644
--- a/apps/features.txt
+++ b/apps/features.txt
@@ -195,3 +195,7 @@ wheel_acceleration
195#if defined(HAVE_TOUCHSCREEN) 195#if defined(HAVE_TOUCHSCREEN)
196touchscreen 196touchscreen
197#endif 197#endif
198
199#if (PLUGIN_BUFFER_SIZE >= 0x80000)
200large_plugin_buffer
201#endif