diff options
author | William Wilgus <me.theuser@yahoo.com> | 2019-07-26 01:30:00 -0500 |
---|---|---|
committer | William Wilgus <me.theuser@yahoo.com> | 2019-07-29 02:51:29 -0500 |
commit | 90118f14cf078358f9ebdee110450b976c9a9e11 (patch) | |
tree | 1cbde562e0c83719db2e16f23fc33cef690fd2c3 /apps/plugins/SUBDIRS | |
parent | 60c5a29408f7ca05a88ce1a98a4858293925169f (diff) |
lua add demo scripts, atexit handler, gui_scrollbar_draw
Change-Id: Ie8794e8a487f73952dae43e036787b6972fdbbee
Diffstat (limited to 'apps/plugins/SUBDIRS')
-rw-r--r-- | apps/plugins/SUBDIRS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/SUBDIRS b/apps/plugins/SUBDIRS index 93cf8297b5..cf2ccff771 100644 --- a/apps/plugins/SUBDIRS +++ b/apps/plugins/SUBDIRS @@ -101,4 +101,5 @@ mpegplayer /* Lua needs at least 160 KB to work in */ #if PLUGIN_BUFFER_SIZE >= 0x80000 lua +lua_scripts #endif |