From d041521e5fa353ea2f3658f8b0a8ed08f8881366 Mon Sep 17 00:00:00 2001 From: Marianne Arnold Date: Tue, 25 Dec 2007 19:55:22 +0000 Subject: Overhaul of the 'system options' chapter in the manual, introducing a few new options in the platform files. These make it possible to in- or exclude parts easier and more obvious based on the features of a target and follow the 'features.txt' that's used for the language files (just the check for flash based vs. hdd based player would be inverted). The idea was to be able to parse the features.txt into these platform files automatically later on. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15972 a1c6a512-1295-4272-9138-f99709370657 --- manual/platform/h10.tex | 3 +++ 1 file changed, 3 insertions(+) (limited to 'manual/platform/h10.tex') diff --git a/manual/platform/h10.tex b/manual/platform/h10.tex index e340b23f29..3ce43dd4f6 100644 --- a/manual/platform/h10.tex +++ b/manual/platform/h10.tex @@ -12,6 +12,9 @@ \edef\UseOption{\UseOption,SWCODEC} \edef\UseOption{\UseOption,IRIVER_H10_PAD} \edef\UseOption{\UseOption,HAVE_BACKLIGHT} +\edef\UseOption{\UseOption,HAVE_DIRCACHE} +\edef\UseOption{\UseOption,HAVE_DISK_STORAGE} +\edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE} \edef\UseOption{\UseOption,iriver} \newcommand{\playerman}{Iriver} -- cgit