diff options
| author | Martin Arver <martin.arver@gmail.com> | 2006-03-19 18:41:17 +0000 |
|---|---|---|
| committer | Martin Arver <martin.arver@gmail.com> | 2006-03-19 18:41:17 +0000 |
| commit | e6efa383214d4e412667df07d69ae07d4ccfffd2 (patch) | |
| tree | c31603b354bd16e2a3df7b72f1a9b51f5acd453a /manual/plugins/main.tex | |
| parent | 3c7278f405acd1dce7393cd589fbe002f51bad3b (diff) | |
| download | rockbox-e6efa383214d4e412667df07d69ae07d4ccfffd2.zip rockbox-e6efa383214d4e412667df07d69ae07d4ccfffd2.tar.gz rockbox-e6efa383214d4e412667df07d69ae07d4ccfffd2.tar.bz2 rockbox-e6efa383214d4e412667df07d69ae07d4ccfffd2.tar.xz | |
Patch #4850 from Nils Wallménius. Adds Xobox and Demystify plugins to the manual. Nice work :)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9122 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/plugins/main.tex')
| -rw-r--r-- | manual/plugins/main.tex | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/manual/plugins/main.tex b/manual/plugins/main.tex index ea02cc6..41ace99 100644 --- a/manual/plugins/main.tex +++ b/manual/plugins/main.tex @@ -55,12 +55,16 @@ will carry on playing whilst plugins are being run. \opt{recorder,recorderv2fm}{\input{plugins/wormlet.tex}} +\opt{h1xx,h300,ipodcolor,ipodnano,ipodvideo}{\input{plugins/xobox.tex}} + \section{Demos} \opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor,ipodnano}{\input{plugins/bounce.tex}} \opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor,ipodnano}{\input{plugins/cube.tex}} +\opt{HAVE_LCD_BITMAP}{\input{plugins/demystify.tex}} + \opt{HAVE_LCD_BITMAP}{\input{plugins/fire.tex}} \opt{recorder,recorderv2fm,ondio,h1xx,h300}{\input{plugins/grayscale.tex}} |