mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2025-04-21 12:27:27 +03:00
738c296c679e9ea5b46cabced547d905e1fbc3fa
Since 2002-09-03, SDL_ttf performs reference counting on TTF_Init and TTF_Quit. If two fonts were loaded concurrently via the Font class and one was destructed, the destructor of the first object would call TTF_Quit, making the second object unusable. The constructor now calls TTF_Init unconditionally to prevent this situation. The reference counting behavior was introduced in this SDL_ttf commit: http://hg.libsdl.org/SDL_ttf/rev/fc0371908009
[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/
Languages
C++
84.1%
Shell
13.2%
M4
1.7%
Makefile
0.6%
C
0.4%