summaryrefslogtreecommitdiff
path: root/apps/plugins/lua/rbdefines_helper.pl
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lua/rbdefines_helper.pl')
-rwxr-xr-xapps/plugins/lua/rbdefines_helper.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/lua/rbdefines_helper.pl b/apps/plugins/lua/rbdefines_helper.pl
index b55609077d..eca09187fa 100755
--- a/apps/plugins/lua/rbdefines_helper.pl
+++ b/apps/plugins/lua/rbdefines_helper.pl
@@ -53,6 +53,7 @@ if ($def_type eq "rb_defines") {
53 '^PLUGIN_DIR$', 53 '^PLUGIN_DIR$',
54 '^PLUGIN(_APPS_|_GAMES_|_)DATA_DIR$', 54 '^PLUGIN(_APPS_|_GAMES_|_)DATA_DIR$',
55 '^ROCKBOX_DIR$', 55 '^ROCKBOX_DIR$',
56 '^STYLE_(NONE|DEFAULT|INVERT|COLORBAR|GRADIENT|COLORED)',
56 '^VIEWERS_DATA_DIR$'); 57 '^VIEWERS_DATA_DIR$');
57} 58}
58elsif ($def_type eq "sound_defines") { 59elsif ($def_type eq "sound_defines") {