new pocketsnes and picrodrive versions with menu corrections

This commit is contained in:
vincent
2020-09-28 18:03:42 +02:00
parent e291e34b83
commit 75581226d3
6 changed files with 7 additions and 7 deletions

View File

@@ -1,3 +1,3 @@
executable = %RETROFE_PATH%/launchers/gamegear_launch.sh
#executable = /usr/games/PicoDriveBin
#executable = /usr/games/PicoDrive
arguments = "%ITEM_FILEPATH%"

View File

@@ -3,4 +3,4 @@
#mednafen -sound 1 -soundrate 22050 -soundbufsize 100 -vdriver sdl -frameskip 1 -force_module md -md.xscale 0.822 -md.yscale 0.822 -fs 0 "$1"
PicoDriveBin "$1"
PicoDrive "$1"

View File

@@ -1,3 +1,3 @@
executable = %RETROFE_PATH%/launchers/sms_launch.sh
#executable = /usr/games/PicoDriveBin
#executable = /usr/games/PicoDrive
arguments = "%ITEM_FILEPATH%"

View File

@@ -1,4 +1,4 @@
#!/bin/sh
#echo $1
PicoDriveBin "$1"
PicoDrive "$1"