A modern Music Player Daemon based on Rockbox open source high quality audio player
libadwaita audio rust zig deno mpris rockbox mpd
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Lua: always expose BUTTON_TOUCHSCREEN and remove BUTTON_ constants from rocklib.c


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21630 a1c6a512-1295-4272-9138-f99709370657

-5
-2
apps/plugins/lua/button_helper.pl
··· 47 47 print <<EOF 48 48 {"BUTTON_REL", BUTTON_REL}, 49 49 {"BUTTON_REPEAT", BUTTON_REPEAT}, 50 - #ifdef HAVE_TOUCHSCREEN 51 50 {"BUTTON_TOUCHSCREEN", BUTTON_TOUCHSCREEN}, 52 - #endif 53 51 }; 54 52 55 53 int main(void)
-3
apps/plugins/lua/rocklib.c
··· 906 906 RB_CONSTANT(TOUCHSCREEN_BUTTON); 907 907 #endif 908 908 909 - RB_CONSTANT(BUTTON_REL); 910 - RB_CONSTANT(BUTTON_REPEAT); 911 - 912 909 rli_init(L); 913 910 914 911 return 1;