summaryrefslogtreecommitdiff
path: root/apps/plugins/lua/rbdefines_helper.pl
diff options
context:
space:
mode:
authorWilliam Wilgus <wilgus.william@gmail.com>2021-10-21 22:26:27 -0400
committerWilliam Wilgus <wilgus.william@gmail.com>2021-10-21 22:28:05 -0400
commitf4c7dc933d0df00c8ecc9308553a135a998399e2 (patch)
treed3376010a54378ad1ae7e714349ec07ebd22d9eb /apps/plugins/lua/rbdefines_helper.pl
parent1697b1369353ecfbd8c8b640e35b908e01126fc4 (diff)
downloadrockbox-f4c7dc933d0df00c8ecc9308553a135a998399e2.tar.gz
rockbox-f4c7dc933d0df00c8ecc9308553a135a998399e2.zip
lua add ability to pass PLUGIN_ ret vals with os.exit() + add defines
Change-Id: I45998245271fbd8fee4534f8497b014025e4dcc7
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 e788855e87..5fb0946a6a 100755
--- a/apps/plugins/lua/rbdefines_helper.pl
+++ b/apps/plugins/lua/rbdefines_helper.pl
@@ -50,6 +50,7 @@ if ($def_type eq "rb_defines") {
50 '^SYS_(TIMEOUT|POWEROFF|BATTERY_UPDATE)$', 50 '^SYS_(TIMEOUT|POWEROFF|BATTERY_UPDATE)$',
51 '^SYS_USB_(DIS|)CONNECTED$', 51 '^SYS_USB_(DIS|)CONNECTED$',
52 '^HOME_DIR$', 52 '^HOME_DIR$',
53 '^PLUGIN(_OK|_USB_CONNECTED|_POWEROFF|_GOTO_WPS|_GOTO_PLUGIN)$',
53 '^PLUGIN_DIR$', 54 '^PLUGIN_DIR$',
54 '^PLUGIN(_APPS_|_GAMES_|_)DATA_DIR$', 55 '^PLUGIN(_APPS_|_GAMES_|_)DATA_DIR$',
55 '^ROCKBOX_DIR$', 56 '^ROCKBOX_DIR$',