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.

Also update the manual


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

+3 -3
+3 -3
manual/plugins/lua.tex
··· 10 10 \begin{description} 11 11 \item[No floating point support.] The number type in Lua is usually float, 12 12 however in the Rockbox implementation it is integer. 13 - \item[Non-supported libraries.] The coroutine, debug, file, io and math 14 - libraries are not supported. 15 - \item[Partially-supported libraries.] The os and package library is only 13 + \item[Non-supported libraries.] The coroutine, debug and math libraries are 14 + not supported. 15 + \item[Partially-supported libraries.] The os and package libraries are only 16 16 partially supported. 17 17 \item[Additional libraries.] The bitlib library is integrated to support 18 18 bitwise operators. See \url{http://luaforge.net/projects/bitlib} and