Hi,
Would you consider adding the option to specify a config file to use from the command line? The reason for this is one day I may want to do Spectranet emulation, and the next I may want to do divMMC. I know I could backup the config files and use a windows batch file to copy them, but this would make life easier.
Many thanks
Peter
All configuration options can be changed via command line arguments. Those override anything found in config file. Unfortunately, it means that changing configuration file location using a command line argument is not that simple.
A while ago I thought I needed that option anyway, so I created a naive implementation. I have not used it for a while and it MAY NOT work with all build targets! That is why I am not creating a separate patch ticket and simply attaching my changes here.