title=GnGeo2x
description=NeoGeo With Sound
icon=(YourIconPath)
params=--frontend=/ --sound --samplerate=11025 [selPath][selFile].zip
clock=(Set it with gMenu2x)
selectordir=(YourRomsPath)
selectorfilter=.zip
wrapper=true
This is my selector for GnGeo
frontend=/ means, don't return to menu on game exit, wrapper is important to get back to gmenu
--sound and --samplerate juste means that this is the shortcut I use for launching NG games with sounds (I have another one without sound) and the rest is for launching the game selected with /path/to/rom/SelectedFile.zip
You can adjust the CPU Speed with gMenu, and if you want to disable sound, just make another icon without the --sound parameter.
That's why I asked for an option to add command lines stored in a text file, that way you can cycle between
(nothing)
--sound --samplerate=11025
--sound --samplerate=22050
--sound --samplerate=44100
--r --sound --samplerate=11025
.. etc (
) without having to make one selector per option
edit : and why not some other text file that replace filenames with a defined name? because you can't rename NeoGeo roms, so having a file that looks like
bstars.zip="Blazing Stars"
mslug.zip="Metal Slug"
etc...
will make the selector looks nicer
I don't know if working on the selector is your priority, but please keep those ideas on mind
Maybe one day with your selector, we may have a unified GUI, and call emulators with your gMenu selector, using command lines and parameters
that's what i'm doing with GnGeo and Mame. Unfortunately some other emulators like SquidgeSNES dont have many command line parameters, because sometimes I want to load a game without sound, so I miss a -mute parameter... Or maybe is there already some options to do that?
I'm really looking forward for your next release, it looks so promising!!