1
0
Fork 0
forked from len0rd/rockbox

Rockboy: Cleanup red

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22215 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Karl Kurbjun 2009-08-09 03:35:53 +00:00
parent 4cded9c7b9
commit 729ff6f503
2 changed files with 8 additions and 6 deletions

View file

@ -41,7 +41,9 @@ void emu_run(void)
#ifdef HAVE_ADJUSTABLE_CPU_FREQ
rb->cpu_boost(true);
#endif
#ifdef HAVE_LCD_COLOR
set_pal();
#endif
while(!shut)
{

View file

@ -333,12 +333,6 @@ static void do_opt_menu(void)
{ "On" , -1 },
};
static const struct opt_items rotate[] = {
{ "No rotation", -1 },
{ "Rotate Right" , -1 },
{ "Rotate Left" , -1 },
};
static const struct opt_items frameskip[]= {
{ "0 Max", -1 },
{ "1 Max", -1 },
@ -350,6 +344,12 @@ static void do_opt_menu(void)
};
#ifdef HAVE_LCD_COLOR
static const struct opt_items rotate[] = {
{ "No rotation", -1 },
{ "Rotate Right" , -1 },
{ "Rotate Left" , -1 },
};
static const struct opt_items scaling[]= {
{ "Scaled", -1 },
{ "Scaled - Maintain Ratio", -1 },