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.pl4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/plugins/lua/rbdefines_helper.pl b/apps/plugins/lua/rbdefines_helper.pl
index f15cc71d36..ba15346a8a 100755
--- a/apps/plugins/lua/rbdefines_helper.pl
+++ b/apps/plugins/lua/rbdefines_helper.pl
@@ -31,8 +31,12 @@ my @rockbox_defines = (
31 '^SCREEN_REMOTE$', 31 '^SCREEN_REMOTE$',
32 '^FONT_SYSFIXED$', 32 '^FONT_SYSFIXED$',
33 '^FONT_UI$', 33 '^FONT_UI$',
34 '^PLAYBACK_EVENT_.*',
34 '^PLAYLIST_(INSERT|PREPEND|REPLACE)', 35 '^PLAYLIST_(INSERT|PREPEND|REPLACE)',
35 '^TOUCHSCREEN_(POINT|BUTTON)$', 36 '^TOUCHSCREEN_(POINT|BUTTON)$',
37 '^SYS_CHARGER_(DIS|)CONNECTED$',
38 '^SYS_(TIMEOUT|POWEROFF)$',
39 '^SYS_USB_(DIS|)CONNECTED$',
36 '^HOME_DIR$', 40 '^HOME_DIR$',
37 '^PLUGIN_DIR$', 41 '^PLUGIN_DIR$',
38 '^PLUGIN(_APPS_|_GAMES_|_)DATA_DIR$', 42 '^PLUGIN(_APPS_|_GAMES_|_)DATA_DIR$',