mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2024-11-14 13:27:41 -07:00
c23e158312
The desktop entry was already configured to handle DS rom file types, but the filename of such a rom was not passed to the program itself. The `%f` passes a single local filename to the program to handle these and allow to use the *open with* menu with melonDS.
12 lines
299 B
Desktop File
12 lines
299 B
Desktop File
[Desktop Entry]
|
|
Name=melonDS
|
|
GenericName=Nintendo DS Emulator
|
|
Comment=A fast and accurate Nintendo DS emulator.
|
|
Exec=melonDS %f
|
|
Type=Application
|
|
Categories=Game;Emulator;
|
|
Terminal=false
|
|
Icon=net.kuribo64.melonDS
|
|
MimeType=application/x-nintendo-ds-rom;
|
|
Keywords=emulator;Nintendo;DS;NDS;Nintendo DS;
|