1
0
Fork 0
forked from len0rd/rockbox

rockoy: boosting the max frameskip option up to 20 Max instead of 6

because 6 is not enough sometimes


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28657 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michael Stummvoll 2010-11-24 13:08:21 +00:00
parent ff9e1861b3
commit 5a9805d24e

View file

@ -357,6 +357,20 @@ static void do_opt_menu(void)
{ "4 Max", -1 },
{ "5 Max", -1 },
{ "6 Max", -1 },
{ "7 Max", -1 },
{ "8 Max", -1 },
{ "9 Max", -1 },
{ "10 Max", -1 },
{ "11 Max", -1 },
{ "12 Max", -1 },
{ "13 Max", -1 },
{ "14 Max", -1 },
{ "15 Max", -1 },
{ "16 Max", -1 },
{ "17 Max", -1 },
{ "18 Max", -1 },
{ "19 Max", -1 },
{ "20 Max", -1 },
};
#ifdef HAVE_LCD_COLOR