add missing rom argument to gmenu2x launch scripts
Signed-off-by: Michel-FK <michel.stempin@funkey-project.com>
This commit is contained in:
parent
5bec48c5e0
commit
7cb240543f
|
@ -3,7 +3,7 @@ Type=Application
|
|||
Name=PS1
|
||||
Comment=PS1 Emulator
|
||||
Icon=ps1
|
||||
Exec=/usr/games/launchers/psone_launch_pcsx.sh
|
||||
Exec=/usr/games/launchers/psone_launch_pcsx.sh %f
|
||||
Terminal=false
|
||||
X-OD-NeedsDownscaling=true
|
||||
Categories=emulators;
|
||||
|
|
|
@ -3,7 +3,7 @@ Type=Application
|
|||
Name=SNES
|
||||
Comment=SNES Emulator
|
||||
Icon=snes
|
||||
Exec=/usr/games/launchers/snes_launch.sh
|
||||
Exec=/usr/games/launchers/snes_launch.sh %f
|
||||
Terminal=false
|
||||
X-OD-NeedsDownscaling=true
|
||||
Categories=emulators;
|
||||
|
|
|
@ -3,7 +3,7 @@ Type=Application
|
|||
Name=GameBoy
|
||||
Comment=Game Boy Emulator
|
||||
Icon=gb
|
||||
Exec=/usr/games/launchers/gb_launch.sh
|
||||
Exec=/usr/games/launchers/gb_launch.sh %f
|
||||
Terminal=false
|
||||
X-OD-NeedsDownscaling=true
|
||||
Categories=emulators;
|
||||
|
|
|
@ -3,7 +3,7 @@ Type=Application
|
|||
Name=GameBoy Col
|
||||
Comment=Game Boy Color Emulator
|
||||
Icon=gbc
|
||||
Exec=/usr/games/launchers/gb_launch.sh
|
||||
Exec=/usr/games/launchers/gb_launch.sh %f
|
||||
Terminal=false
|
||||
X-Od-NeedsDownscaling=true
|
||||
Categories=emulators;
|
||||
|
|
|
@ -3,7 +3,7 @@ Type=Application
|
|||
Name=GameBoy Adv
|
||||
Comment=Game Boy Advance Emulator
|
||||
Icon=gba
|
||||
Exec=/usr/games/launchers/gba_launch_gpsp.sh
|
||||
Exec=/usr/games/launchers/gba_launch_gpsp.sh %f
|
||||
Terminal=false
|
||||
X-OD-NeedsDownscaling=true
|
||||
Categories=emulators;
|
||||
|
|
|
@ -3,7 +3,7 @@ Type=Application
|
|||
Name=Game Gear
|
||||
Comment=Game Gear Emulator
|
||||
Icon=gamegear
|
||||
Exec=/usr/games/launchers/gamegear_launch.sh
|
||||
Exec=/usr/games/launchers/gamegear_launch.sh %f
|
||||
Terminal=false
|
||||
X-OD-NeedsDownscaling=true
|
||||
Categories=emulators;
|
||||
|
|
|
@ -3,7 +3,7 @@ Type=Application
|
|||
Name=Lynx
|
||||
Comment=Atari Lynx Emulator
|
||||
Icon=lynx
|
||||
Exec=/usr/games/launchers/lynx_launch.sh
|
||||
Exec=/usr/games/launchers/lynx_launch.sh %f
|
||||
Terminal=false
|
||||
X-OD-NeedsDownscaling=true
|
||||
Categories=emulators;
|
||||
|
|
|
@ -3,7 +3,7 @@ Type=Application
|
|||
Name=Neo Geo
|
||||
Comment=Neo Geo Pocket Emulator
|
||||
Icon=ngp
|
||||
Exec=/usr/games/launchers/ngp_launch.sh
|
||||
Exec=/usr/games/launchers/ngp_launch.sh %f
|
||||
Terminal=false
|
||||
X-OD-NeedsDownscaling=true
|
||||
Categories=emulators;
|
||||
|
|
|
@ -3,7 +3,7 @@ Type=Application
|
|||
Name=PC Engine
|
||||
Comment=PCE-TurboGrafx Emulator
|
||||
Icon=pce
|
||||
Exec=/usr/games/launchers/pce_launch.sh
|
||||
Exec=/usr/games/launchers/pce_launch.sh %f
|
||||
Terminal=false
|
||||
X-OD-NeedsDownscaling=true
|
||||
Categories=emulators;
|
||||
|
|
|
@ -3,7 +3,7 @@ Type=Application
|
|||
Name=WonderSwan
|
||||
Comment=WonderSwan/WonderSwan Color Emulator
|
||||
Icon=wonderswan
|
||||
Exec=/usr/games/launchers/wonderswan_launch.sh
|
||||
Exec=/usr/games/launchers/wonderswan_launch.sh %f
|
||||
Terminal=false
|
||||
X-OD-NeedsDownscaling=true
|
||||
Categories=emulators;
|
||||
|
|
|
@ -3,7 +3,7 @@ Type=Application
|
|||
Name=MegaDrive
|
||||
Comment=Sega Genesis/MegaDrive Emulator
|
||||
Icon=megadrive
|
||||
Exec=/usr/games/launchers/megadrive_launch.sh
|
||||
Exec=/usr/games/launchers/megadrive_launch.sh %f
|
||||
Terminal=false
|
||||
X-OD-NeedsDownscaling=true
|
||||
Categories=emulators;
|
||||
|
|
Loading…
Reference in New Issue