melonDS-emu / melonDS

DS emulator, sorta
https://melonds.kuribo64.net
GNU General Public License v3.0
3.19k stars 528 forks source link

Will not start ROM when launched with shortcut + ROM path #1392

Open ProgrammablePanda opened 2 years ago

ProgrammablePanda commented 2 years ago

A shortcut with "pathTo/Melon.exe" "fullPathTo/ROM.nds" launches melon but does not grab the rom as an argument. This format works as a command, but not a shortcut. Trying to get it to work with Steam rom manager, which creates shortcuts per game.

termitavee commented 2 years ago

Same here, as a workaround, using retroarch with MelonDS core is a workaround but I would like to make it work directly, as you say, directly.

I would try to have a look at the code in case I may be able to create a PR with a solution

EDIT: I think there is at least a PR for this: https://github.com/Arisotura/melonDS/pull/1402