@hiulit said in Runcommand shows same name for different emulators:
@mitu Could it be possible to launch a ROM without asking which emulator to use? I mean, when I select a gb game, can I know it's a gb game and consequently launch its respective emulator?
Sure, you can do that, but you'll have to basically add each game to the emulators.cfg and specify its emulator, just like when normally choosing the emulator through the Runcommand launch menu. Runcommand does not have a 'match by wildcard', but a 'match by name' based on the emulators.cfg file. The downside is that each game must be explicitly added with its emulator - you can do this through your script, but any subsequent game added in the new system will have to be processed again by your script.
Again, much easier would be to create a Collection and this will automatically taken care of by Emulationstation (i.e. launch the correct emulator). You're basically re-inventing a custom Collection from scratch, but trying to shoehorn it in the Runcommand launch sequence.
Can I have more than one default in the same emulators.cfg?
No, that's not possible.