eAnic
Member
- Joined
- Jan 9, 2006
- Messages
- 174
Merkwürdig, bei mir hat das funktioniert. Es gibt allerdings noch einen Hinweis in der Readme Datei:
GP2X Version
============
This version is currently incomplete - however the basics are working, and you
should be able to load/play tunes (even compose - if you are patient!). The
following script (named milkytracker.gpu) can be used to load up MilkyTracker
and return to the menu once it's exited:
--- cut here ---
#!/bin/sh
# Start MilkyTracker:
./milkytracker
# Sync SD card:
sync
# Return to the menu screen after exiting MilkyTracker.
cd /usr/gp2x
exec /usr/gp2x/gp2xmenu
--- cut here ---
The mouse pointer can be controlled using the d-pad (it is accelerated with 3
speeds). Press the d-pad to click, or press the start button to begin playback.
GP2X control is likely to be improved in future releases.