1
0
Fork 0
forked from len0rd/rockbox

Better video update, add options to startup menu, change default screensize

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9754 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Karl Kurbjun 2006-04-22 03:48:15 +00:00
parent 8b2a563dfb
commit 65c15eb50b
4 changed files with 47 additions and 24 deletions

View file

@ -317,7 +317,7 @@ default_t defaults[] =
def_bool,ss_none, 0, 0}, // enables translucency
{"tran_filter_pct",{&tran_filter_pct, NULL},{66, NULL},0,100, // killough 2/21/98
def_int,ss_none, 0, 0}, // set percentage of foreground/background translucency mix
{"screenblocks",{&screenblocks, NULL},{9, NULL},3,11,
{"screenblocks",{&screenblocks, NULL},{10, NULL},3,11,
def_int,ss_none, 0, 0},
{"usegamma",{&usegamma, NULL},{1, NULL},0,4, //jff 3/6/98 fix erroneous upper limit in range
def_int,ss_none, 0, 0}, // gamma correction level // killough 1/18/98