summaryrefslogtreecommitdiff
path: root/manual/platform/player.tex
diff options
context:
space:
mode:
authorMartin Arver <martin.arver@gmail.com>2006-03-19 21:33:56 +0000
committerMartin Arver <martin.arver@gmail.com>2006-03-19 21:33:56 +0000
commit5dcfd3bee7b8a87f430f3ec7d2f492a4668344fe (patch)
treeb48c5ef758bdd57b1fd74695a2de60cc586e13e9 /manual/platform/player.tex
parente6efa383214d4e412667df07d69ae07d4ccfffd2 (diff)
downloadrockbox-5dcfd3bee7b8a87f430f3ec7d2f492a4668344fe.tar.gz
rockbox-5dcfd3bee7b8a87f430f3ec7d2f492a4668344fe.zip
Add new options (SWCODEC,MASCODEC) to be able to include e.g. equalizer etc for sw codec platforms. Adds button macros and pad definitions, using a similar naming as that of the source code.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9123 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/platform/player.tex')
-rw-r--r--manual/platform/player.tex12
1 files changed, 11 insertions, 1 deletions
diff --git a/manual/platform/player.tex b/manual/platform/player.tex
index 8ce133aa69..4a5c081af7 100644
--- a/manual/platform/player.tex
+++ b/manual/platform/player.tex
@@ -1,7 +1,17 @@
1\def\UseOption{player} 1\def\UseOption{player}
2\edef\UseOption{\UseOption,MASCODEC}
3\edef\UseOption{\UseOption,PLAYER_PAD}
2 4
3\newcommand{\playerman}{Archos} 5\newcommand{\playerman}{Archos}
4\newcommand{\playertype}{Studio/Player} 6\newcommand{\playertype}{Studio/Player}
5\newcommand{\playerlongtype}{Jukebox Studio 5000, 6000, Player 10 and 20} 7\newcommand{\playerlongtype}{Jukebox Studio 5000, 6000, Player 10 and 20}
6\newcommand{\genericimg}{charx11x1} 8\newcommand{\genericimg}{charx11x1}
7\newcommand{\dap}{player} \ No newline at end of file 9%Used to name the player, e.g. ...to the \dap
10\newcommand{\dap}{player}
11
12\newcommand{\ButtonLeft}{Left}
13\newcommand{\ButtonRight}{Right}
14\newcommand{\ButtonOn}{On}
15\newcommand{\ButtonMenu}{Menu}
16\newcommand{\ButtonPlay}{Play}
17\newcommand{\ButtonStop}{Stop} \ No newline at end of file