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/SOURCES | |
parent | 60c5a29408f7ca05a88ce1a98a4858293925169f (diff) | |
download | rockbox-90118f14cf078358f9ebdee110450b976c9a9e11.tar.gz rockbox-90118f14cf078358f9ebdee110450b976c9a9e11.tar.bz2 rockbox-90118f14cf078358f9ebdee110450b976c9a9e11.zip |
lua add demo scripts, atexit handler, gui_scrollbar_draw
Change-Id: Ie8794e8a487f73952dae43e036787b6972fdbbee
Diffstat (limited to 'apps/plugins/SOURCES')
-rw-r--r-- | apps/plugins/SOURCES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index c3e56af254..6551df71a9 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES @@ -154,6 +154,7 @@ metronome.c /* Lua needs at least 160 KB to work in */ #if PLUGIN_BUFFER_SIZE >= 0x80000 boomshine.lua +lua_scripts.lua #ifdef HAVE_LCD_COLOR pixel-painter.lua #endif /* HAVE_LCD_COLOR */ |