How to get MAME ePSXe and others work?
The reason why MAME is not working is when you launch it with command line, the prompt must ben in the mame folder, and that's not the case in windows default (it's %userprofile%)
And with the myEmulators plugin you can't add some swicthes after the rom name?
I've got the solution, and it's really easy.
Simply create a batch file with that (example with mame):
Code:
CD /D D:\the_path_of_your_mamep_exe_file
mamep %1 -your_switchs_here
Then go to myEmulator configuration and instead of picking and executable file for the emulator, simply
manually paste the path to the bat file into the texte field.
Anyway Chreekar, you should code 2 text fields with arguments that we can add BEFORE and AFTER the rom name, it's quite easy to implement, you just have ton concatene this with the rom name in the launch command of your code, it should take you no more than 5 minutes.
And if you can remove the limitation that only allows to select exectuables files for the path of emulator, it will be great (or at least allow batch files).
Keep up the good work.