summaryrefslogtreecommitdiff
path: root/manual/plugins/main.tex
diff options
context:
space:
mode:
Diffstat (limited to 'manual/plugins/main.tex')
-rw-r--r--manual/plugins/main.tex74
1 files changed, 37 insertions, 37 deletions
diff --git a/manual/plugins/main.tex b/manual/plugins/main.tex
index 74b1008de9..65c5c7463a 100644
--- a/manual/plugins/main.tex
+++ b/manual/plugins/main.tex
@@ -13,86 +13,86 @@ text files, chip8 games), or from the \setting{Open with} option on the
13\setting{Context Menu}. 13\setting{Context Menu}.
14 14
15\section{Games} 15\section{Games}
16\opt{HAVE_LCD_BITMAP} 16\opt{lcd_bitmap}
17 {See also the Chip{}-8 emulator in \reference{ref:Chip8emulator} 17 {See also the Chip{}-8 emulator in \reference{ref:Chip8emulator}
18 \opt{recorder,recorderv2fm,h1xx,m5,HAVE_LCD_COLOR} 18 \opt{recorder,recorderv2fm,h1xx,m5,lcd_color}
19 {and Rockboy in \reference{ref:Rockboy}}.} 19 {and Rockboy in \reference{ref:Rockboy}}.}
20 20
21\opt{HAVE_LCD_BITMAP}{\input{plugins/blackjack.tex}} 21\opt{lcd_bitmap}{\input{plugins/blackjack.tex}}
22 22
23\opt{HAVE_LCD_BITMAP}{\input{plugins/brickmania.tex}} 23\opt{lcd_bitmap}{\input{plugins/brickmania.tex}}
24 24
25\opt{HAVE_LCD_BITMAP}{\input{plugins/bubbles.tex}} 25\opt{lcd_bitmap}{\input{plugins/bubbles.tex}}
26 26
27\opt{HAVE_LCD_BITMAP}{\input{plugins/chessbox.tex}} 27\opt{lcd_bitmap}{\input{plugins/chessbox.tex}}
28 28
29\opt{SWCODEC}{\input{plugins/doom.tex}} 29\opt{swcodec}{\input{plugins/doom.tex}}
30 30
31{\input{plugins/flipit.tex}} 31{\input{plugins/flipit.tex}}
32 32
33\opt{player}{\input{plugins/jackpot.tex}} 33\opt{player}{\input{plugins/jackpot.tex}}
34 34
35\opt{HAVE_LCD_BITMAP}{\input{plugins/jewels.tex}} 35\opt{lcd_bitmap}{\input{plugins/jewels.tex}}
36 36
37\opt{HAVE_LCD_BITMAP}{\input{plugins/minesweeper.tex}} 37\opt{lcd_bitmap}{\input{plugins/minesweeper.tex}}
38 38
39\opt{player}{\input{plugins/nim.tex}} 39\opt{player}{\input{plugins/nim.tex}}
40 40
41\opt{h1xx,m5,HAVE_LCD_COLOR}{\input{plugins/pacbox.tex}} 41\opt{h1xx,m5,lcd_color}{\input{plugins/pacbox.tex}}
42 42
43\opt{HAVE_LCD_BITMAP}{\input{plugins/pong.tex}} 43\opt{lcd_bitmap}{\input{plugins/pong.tex}}
44 44
45\opt{HAVE_LCD_BITMAP}{\input{plugins/robotfindskitten.tex}} 45\opt{lcd_bitmap}{\input{plugins/robotfindskitten.tex}}
46 46
47{\input{plugins/rockblox.tex}} 47{\input{plugins/rockblox.tex}}
48 48
49\opt{HAVE_LCD_BITMAP}{\input{plugins/sliding.tex}} 49\opt{lcd_bitmap}{\input{plugins/sliding.tex}}
50 50
51\opt{HAVE_LCD_BITMAP}{\input{plugins/snake.tex}} 51\opt{lcd_bitmap}{\input{plugins/snake.tex}}
52 52
53\opt{HAVE_LCD_BITMAP}{\input{plugins/snake2.tex}} 53\opt{lcd_bitmap}{\input{plugins/snake2.tex}}
54 54
55\opt{HAVE_LCD_BITMAP}{\input{plugins/sokoban.tex}} 55\opt{lcd_bitmap}{\input{plugins/sokoban.tex}}
56 56
57\opt{HAVE_LCD_BITMAP}{\input{plugins/solitaire.tex}} 57\opt{lcd_bitmap}{\input{plugins/solitaire.tex}}
58 58
59\opt{HAVE_LCD_BITMAP}{\input{plugins/spacerocks.tex}} 59\opt{lcd_bitmap}{\input{plugins/spacerocks.tex}}
60 60
61\opt{HAVE_LCD_BITMAP}{\input{plugins/star.tex}} 61\opt{lcd_bitmap}{\input{plugins/star.tex}}
62 62
63\opt{HAVE_LCD_BITMAP}{\input{plugins/sudoku.tex}} 63\opt{lcd_bitmap}{\input{plugins/sudoku.tex}}
64 64
65\opt{HAVE_LCD_BITMAP}{\input{plugins/wormlet.tex}} 65\opt{lcd_bitmap}{\input{plugins/wormlet.tex}}
66 66
67\opt{HAVE_LCD_BITMAP}{\input{plugins/xobox.tex}} 67\opt{lcd_bitmap}{\input{plugins/xobox.tex}}
68 68
69\section{Demos} 69\section{Demos}
70 70
71\opt{HAVE_LCD_BITMAP}{\input{plugins/bounce.tex}} 71\opt{lcd_bitmap}{\input{plugins/bounce.tex}}
72 72
73{\input{plugins/credits.tex}} 73{\input{plugins/credits.tex}}
74 74
75{\input{plugins/cube.tex}} 75{\input{plugins/cube.tex}}
76 76
77\opt{HAVE_LCD_BITMAP}{\input{plugins/demystify.tex}} 77\opt{lcd_bitmap}{\input{plugins/demystify.tex}}
78 78
79\opt{HAVE_LCD_BITMAP}{\input{plugins/fire.tex}} 79\opt{lcd_bitmap}{\input{plugins/fire.tex}}
80 80
81{\input{plugins/logo.tex}} 81{\input{plugins/logo.tex}}
82 82
83\opt{HAVE_LCD_BITMAP}{\input{plugins/mandelbrot.tex}} 83\opt{lcd_bitmap}{\input{plugins/mandelbrot.tex}}
84 84
85{\input{plugins/mosaic.tex}} 85{\input{plugins/mosaic.tex}}
86 86
87\opt{HAVE_LCD_BITMAP}{\input{plugins/oscilloscope.tex}} 87\opt{lcd_bitmap}{\input{plugins/oscilloscope.tex}}
88 88
89\opt{HAVE_LCD_BITMAP}{\input{plugins/plasma.tex}} 89\opt{lcd_bitmap}{\input{plugins/plasma.tex}}
90 90
91{\input{plugins/snow.tex}} 91{\input{plugins/snow.tex}}
92 92
93\opt{HAVE_LCD_BITMAP}{\input{plugins/starfield.tex}} 93\opt{lcd_bitmap}{\input{plugins/starfield.tex}}
94 94
95\opt{HAVE_LCD_BITMAP}{\input{plugins/vumeter.tex}} 95\opt{lcd_bitmap}{\input{plugins/vumeter.tex}}
96 96
97\section{\label{ref:Viewersplugins}Viewers} 97\section{\label{ref:Viewersplugins}Viewers}
98 98
@@ -101,17 +101,17 @@ They cannot be run directly but are started by ``playing''
101the associated file. Viewers are stored in the 101the associated file. Viewers are stored in the
102\textbf{/.rockbox/viewers/ }directory. 102\textbf{/.rockbox/viewers/ }directory.
103 103
104\opt{HAVE_LCD_BITMAP}{\input{plugins/chip8emulator.tex}} 104\opt{lcd_bitmap}{\input{plugins/chip8emulator.tex}}
105 105
106\opt{HAVE_LCD_BITMAP}{\input{plugins/jpegviewer.tex}} 106\opt{lcd_bitmap}{\input{plugins/jpegviewer.tex}}
107 107
108\opt{recorder,recorderv2fm,ondio}{\input{plugins/movieplayer.tex}} 108\opt{recorder,recorderv2fm,ondio}{\input{plugins/movieplayer.tex}}
109 109
110\opt{HAVE_LCD_COLOR}{\input{plugins/mpegplayer.tex}} 110\opt{lcd_color}{\input{plugins/mpegplayer.tex}}
111 111
112\opt{recorder,recorderv2fm,ondio}{\input{plugins/rockbox_flash.tex}} 112\opt{recorder,recorderv2fm,ondio}{\input{plugins/rockbox_flash.tex}}
113 113
114\opt{recorder,recorderv2fm,h1xx,m5,HAVE_LCD_COLOR}{\input{plugins/rockboy.tex}} 114\opt{recorder,recorderv2fm,h1xx,m5,lcd_color}{\input{plugins/rockboy.tex}}
115 115
116{\input{plugins/search.tex}} 116{\input{plugins/search.tex}}
117 117
@@ -129,13 +129,13 @@ the associated file. Viewers are stored in the
129 129
130{\input{plugins/batterybenchmark.tex}} 130{\input{plugins/batterybenchmark.tex}}
131 131
132\opt{HAVE_LCD_BITMAP}{\input{plugins/calculator.tex}} 132\opt{lcd_bitmap}{\input{plugins/calculator.tex}}
133 133
134\opt{recorder,recorderv2fm}{\input{plugins/calendar.tex}} 134\opt{recorder,recorderv2fm}{\input{plugins/calendar.tex}}
135 135
136{\input{plugins/chess_clock.tex}} 136{\input{plugins/chess_clock.tex}}
137 137
138\opt{CONFIG_RTC}{\input{plugins/clock.tex}} 138\opt{rtc}{\input{plugins/clock.tex}}
139 139
140{\input{plugins/dice.tex}} 140{\input{plugins/dice.tex}}
141 141
@@ -153,4 +153,4 @@ the associated file. Viewers are stored in the
153 153
154{\input{plugins/stopwatch.tex}} 154{\input{plugins/stopwatch.tex}}
155 155
156\opt{HAVE_LCD_BITMAP}{\input{plugins/text_editor.tex}} 156\opt{lcd_bitmap}{\input{plugins/text_editor.tex}}