diff options
| author | Michael Stummvoll <michael@stummi.org> | 2010-11-24 13:08:21 +0000 |
|---|---|---|
| committer | Michael Stummvoll <michael@stummi.org> | 2010-11-24 13:08:21 +0000 |
| commit | 5a9805d24e3bb9542237b4daabe1bc67f2a07059 (patch) | |
| tree | 39783292d604608cc86ccdb3ec76f70308441003 /apps/plugins | |
| parent | ff9e1861b3882914d1089bc36b2cc1aa97aa0f47 (diff) | |
| download | rockbox-5a9805d24e3bb9542237b4daabe1bc67f2a07059.zip rockbox-5a9805d24e3bb9542237b4daabe1bc67f2a07059.tar.gz rockbox-5a9805d24e3bb9542237b4daabe1bc67f2a07059.tar.bz2 rockbox-5a9805d24e3bb9542237b4daabe1bc67f2a07059.tar.xz | |
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
Diffstat (limited to 'apps/plugins')
| -rw-r--r-- | apps/plugins/rockboy/menu.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/apps/plugins/rockboy/menu.c b/apps/plugins/rockboy/menu.c index 8139437..831d8c8 100644 --- a/apps/plugins/rockboy/menu.c +++ b/apps/plugins/rockboy/menu.c @@ -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 |