1
0
mirror of git://projects.qi-hardware.com/gmenu2x.git synced 2025-01-29 02:41:05 +02:00
Maarten ter Huurne a15339d425 Cleanups of Clock class
Don't make Clock a singleton. While there should be no reason to
instantiate this class more than once, there is no problem with doing
that either. Removing the singleton makes it easier to control access
to the instance. It also avoids the rather nasty construct that was
used to delete it.

Make sure the timer callback function is a proper C function, since
SDL is a C library. This requires some trickery to be able to call
a private method from the callback, but I found a way using an
intermediate nested class. The compiler should be able to inline this
to eliminate any overhead.

Also some minor cleanups.
2013-08-07 02:55:23 +02:00
2013-08-07 02:55:23 +02:00
2010-02-04 12:33:47 +01:00
2010-02-04 12:33:47 +01:00
2010-02-10 00:14:41 +01:00
2010-02-04 12:33:47 +01:00
2010-02-04 12:33:47 +01:00
2010-02-04 12:33:47 +01:00
2010-02-04 12:33:47 +01:00
2010-02-04 12:33:47 +01:00
2010-11-15 17:18:35 +08:00

[Introduction]
GMenu2X is a replacement for the official frontend for the gp2x released under the GNU GPL license.

[Installation]
Copy the file autorun.gpu and the directory gmenu2x/ to the root of your sd card.
Verify that the autorun option in the standard gp2x interface is enabled.
(Re)Boot your gp2x and enjoy GMenu2X.

[Controls]
X, Stick left: Goes up one directory in file browser.
X: Cancel action.
B, Stick press: Launch selected link / Confirm action.
L, R: Switch between sections - PageUp/PageDown on lists.
Y: Bring up the manual/readme.
VOLDOWN: Decrease cpu clock.
VOLUP: Increase cpu clock.
VOLDOWN+VOLUP: Reset clock.
A+VOLDOWN: Decrease volume for the selected link.
A+VOLUP: Increase volume for the selected link.
A+VOLDOWN+VOLUP: Reset volume for the selected link.
SELECT: Bring up the contextual menu.
START: GMenu2X options.

[Contacts]
Developed by Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
Visit the homepage at http://gmenu2x.sourceforge.net for more info.
Description
gmenu2x, temporary repository for gmenu2x port to Owrt on Ben NanoNote
http://projects.qi-hardware.com/index.php/p/gmenu2x/
Readme 6.1 MiB
Languages
C++ 84.1%
Shell 13.2%
M4 1.7%
Makefile 0.6%
C 0.4%