1
0
mirror of git://projects.qi-hardware.com/gmenu2x.git synced 2025-04-21 12:27:27 +03:00

Drop GP2X platform support.

The GP2X build was unused and totally broken.
This commit is contained in:
Paul Cercueil
2012-06-14 23:45:57 +02:00
parent 374371c1d2
commit 9263c782e7
15 changed files with 7 additions and 461 deletions

View File

@@ -199,17 +199,6 @@ unsigned short MenuSettingRGBA::getSelPart()
}
}
void MenuSettingRGBA::adjustInput()
{
#ifdef PLATFORM_GP2X
/*
gmenu2x->input.setInterval(30, ACTION_Y );
gmenu2x->input.setInterval(30, ACTION_X );
gmenu2x->input.setInterval(30, ACTION_L );
*/
#endif
}
void MenuSettingRGBA::drawSelected(int y)
{
int x = 166+selPart*36;