diff options
| author | Thomas Martitz <kugel@rockbox.org> | 2012-01-27 00:06:51 +0100 |
|---|---|---|
| committer | Thomas Martitz <kugel@rockbox.org> | 2012-01-27 09:15:05 +0100 |
| commit | 7c623d577beea6fce3eadaa697d5e6835d820bdf (patch) | |
| tree | 56c9dedc3cc60c004cf06fbae5a3143557e5bdc3 /apps/plugins/SUBDIRS.app_build | |
| parent | c406f945924412f4c472413b578e396036e63626 (diff) | |
| download | rockbox-7c623d577beea6fce3eadaa697d5e6835d820bdf.zip rockbox-7c623d577beea6fce3eadaa697d5e6835d820bdf.tar.gz rockbox-7c623d577beea6fce3eadaa697d5e6835d820bdf.tar.bz2 rockbox-7c623d577beea6fce3eadaa697d5e6835d820bdf.tar.xz | |
Use PLA in boomshine.lua instead of the awkward kbd_input context. This enables it on RaaA.
Change-Id: I616bb39c1e785e39e9369d2ccef45477911bb5a3
Diffstat (limited to 'apps/plugins/SUBDIRS.app_build')
| -rw-r--r-- | apps/plugins/SUBDIRS.app_build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/SUBDIRS.app_build b/apps/plugins/SUBDIRS.app_build index 32fda68..e9f9253 100644 --- a/apps/plugins/SUBDIRS.app_build +++ b/apps/plugins/SUBDIRS.app_build @@ -6,6 +6,7 @@ /* For all targets with a bitmap display and a touchscreen * In fact, most of the plugins aren't supposed to be used on a touch(mouse) device */ +lua #ifdef HAVE_LCD_BITMAP #if CONFIG_CODEC == SWCODEC && PLUGIN_BUFFER_SIZE > 0x20000 |