Where can one find the published source code for the gp2xmenu launcher?
The problem is that the launcher won't mount an SD card if it has an ext2 (or anything other than vfat) file system on it. Vfat isn't the most convenient choice of filesystem for Linux game development, so it'd be nice to use ext2. However, at present I find myself having to go into the sterm terminal utility to manually mount the SD card on each boot, which is obviously a pain.
I've been looking for explicit mount commands, and it looks like the culprit may be a hard-coded string within the gp2xmenu binary! I would prefer to patch this so that it honors the /etc/fstab settings, which should be the standard Linux way to define what sort of filesystems are allowed.
Anyway, the obvious thing to do is to look at the source to understand what the developers where thinking when they wrote this.
EDIT: well, after patching the file, I see that this apparently isn't the thing causing my problem, but I'm still intereste in finding the source code for the menu application.
TIA
The problem is that the launcher won't mount an SD card if it has an ext2 (or anything other than vfat) file system on it. Vfat isn't the most convenient choice of filesystem for Linux game development, so it'd be nice to use ext2. However, at present I find myself having to go into the sterm terminal utility to manually mount the SD card on each boot, which is obviously a pain.
I've been looking for explicit mount commands, and it looks like the culprit may be a hard-coded string within the gp2xmenu binary! I would prefer to patch this so that it honors the /etc/fstab settings, which should be the standard Linux way to define what sort of filesystems are allowed.
Anyway, the obvious thing to do is to look at the source to understand what the developers where thinking when they wrote this.
EDIT: well, after patching the file, I see that this apparently isn't the thing causing my problem, but I'm still intereste in finding the source code for the menu application.
TIA