diff options
| author | Martin Arver <martin.arver@gmail.com> | 2006-03-07 10:07:35 +0000 |
|---|---|---|
| committer | Martin Arver <martin.arver@gmail.com> | 2006-03-07 10:07:35 +0000 |
| commit | f52dfb9ffd7a2f2c9a370b80a7ce4a49b27240dd (patch) | |
| tree | 950c4741aafba8d6d45a0208aaefe15ebb05eb2b /manual/plugins/main.tex | |
| parent | 5159fbb5c8793bcb2883c1cea38562622bca76d4 (diff) | |
| download | rockbox-f52dfb9ffd7a2f2c9a370b80a7ce4a49b27240dd.zip rockbox-f52dfb9ffd7a2f2c9a370b80a7ce4a49b27240dd.tar.gz rockbox-f52dfb9ffd7a2f2c9a370b80a7ce4a49b27240dd.tar.bz2 rockbox-f52dfb9ffd7a2f2c9a370b80a7ce4a49b27240dd.tar.xz | |
Patch #4790 by Nils Wallménius. Added Bejeweled to the manual. Some minor changes to the text as well.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8943 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/plugins/main.tex')
| -rw-r--r-- | manual/plugins/main.tex | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/manual/plugins/main.tex b/manual/plugins/main.tex index 3f69338..b451494 100644 --- a/manual/plugins/main.tex +++ b/manual/plugins/main.tex @@ -7,12 +7,7 @@ PLAY on them to start them. Viewer plugins get started automatically by ``playing'' an associated file (i.e. text -files, chip8 games), or from the ``Open with'' option on the File menu. - -Plugins listed here have the platforms they run under (Player for -Jukebox players, Recorder for Jukebox recorders including Jukebox FM, -and Ondio for the Ondio SP and FM). If no platforms are listed then -the plugin runs on all Rockbox platforms.\\ +files, chip8 games), or from the ``Open with'' option on the File menu.\\ \textbf{The plugin loader} Only one plugin can be loaded at a time. Plugins run in the GUI thread @@ -24,6 +19,8 @@ will carry on playing whilst plugins are being run. \section{Games} See also the Chip{}-8 emulator on page \pageref{ref:Chip8emulator}. +\opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor,ipodnano}{\input{plugins/bejeweled.tex}} + \opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor,ipodnano}{\input{plugins/flipit.tex}} \opt{player}{\input{plugins/jackpot.tex}} @@ -77,7 +74,7 @@ the associated file. Viewers are stored in the \opt{recorder,recorderv2fm,ondio}{\input{plugins/chip8emulator.tex}} -\opt{recorder,recorderv2fm,ondio,h1xx}{\input{plugins/jpegviewer.tex}} +\opt{recorder,recorderv2fm,ondio,h1xx,h300}{\input{plugins/jpegviewer.tex}} \opt{recorder,recorderv2fm,ondio}{\input{plugins/movieplayer.tex}} |