1
0
Fork 0
forked from len0rd/rockbox

Fix broken manual builds

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10780 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Martin Arver 2006-08-28 07:57:06 +00:00
parent bb5fbf7c30
commit 93083e15c6
2 changed files with 9 additions and 10 deletions

View file

@ -5,15 +5,14 @@ This is the popular snake game. The aim is to grow your snake as large
as possible by eating the dots that appear on the screen. The game will as possible by eating the dots that appear on the screen. The game will
end when the snake touches either the borders of the screen or itself. end when the snake touches either the borders of the screen or itself.
Change levels with the \ButtonUp/\ButtonDown{} keys (level 1 is slowest, level
9 is fastest). Press \opt{ondio}{\ButtonMenu}\ to start or pause.
\begin{table} \begin{table}
\begin{btnmap}{}{} \begin{btnmap}{}{}
{\ButtonUp/\ButtonDown} \opt{RECORDER_PAD,IAUDIO_X5_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonUp/\ButtonDown}
& Change levels (1 is slowest, 9 is fastest)\\ \opt{IPOD_3G_PAD,IPOD_4G_PAD}{\ButtonMenu/\ButtonPlay}
& Change levels (1 is slowest, 9 is fastest)\\
% %
\opt{RECORDER_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD}{\ButtonPlay} \opt{RECORDER_PAD,IAUDIO_X5_PAD}{\ButtonPlay}
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect}
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn} \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
\opt{ONDIO_PAD}{\ButtonMenu} \opt{ONDIO_PAD}{\ButtonMenu}
& Toggle Play/Pause\\ & Toggle Play/Pause\\

View file

@ -5,13 +5,13 @@ Wavplay as part of the normal playback engine in Rockbox version 3.1.
At the moment it is only possible to start playing one \fname{.wav}-file at a At the moment it is only possible to start playing one \fname{.wav}-file at a
time. Therefore playlists are impossible. As every other viewer plugin, Wavplay time. Therefore playlists are impossible. As every other viewer plugin, Wavplay
is associated with the specific files. Pressing \ButtonPlay{} on a is associated with the specific files. Playing a \fname{.wav}-file starts the
\fname{.wav}-file starts the plugin automatically and the Wavplay screen plugin automatically and the Wavplay screen
appears. This screen gives information about samplerate and length of the appears. This screen gives information about samplerate and length of the
playing file. playing file.
\note{Seeking within the \fname{.wav}-file or changing the volume once the \note{Seeking within the \fname{.wav}-file or changing the volume once the
plugin is running isn't possible. Wavplay uses the sound settings that were plugin is running isn't possible. Wavplay uses the sound settings that were
used before (except for pitch).} used before (except for pitch).}
The only action that can be performed is to stop by pressing \ButtonOff, and The only action that can be performed is to stop by pressing \ButtonOff, and
Wavplay will be exited and you are returned to the filebrowser. If the end of Wavplay will be exited and you are returned to the filebrowser. If the end of
the file has been reached, you will also be returned to the filebrowser. the file has been reached, you will also be returned to the filebrowser.