Hello,
I've got a scummvm emulator which is correctly configured to launch my scummvm games.
# Generated by Attract-Mode v2.2.1
#
executable scummvm
args -f -p [rompath][name] [name]
I want to launch a particular game without these args, but by using a custom sequence.
For example, in my scummvm romlist, for "monkey" I want to launch "c:\example\monkey.exe"
Is it possible to create a dedicated configuration file just for "monkey" ?
thanks in advance.