new pocketsnes and picrodrive versions with menu corrections
This commit is contained in:
parent
e291e34b83
commit
75581226d3
|
@ -1,3 +1,3 @@
|
|||
executable = %RETROFE_PATH%/launchers/gamegear_launch.sh
|
||||
#executable = /usr/games/PicoDriveBin
|
||||
#executable = /usr/games/PicoDrive
|
||||
arguments = "%ITEM_FILEPATH%"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
executable = %RETROFE_PATH%/launchers/sms_launch.sh
|
||||
#executable = /usr/games/PicoDriveBin
|
||||
#executable = /usr/games/PicoDrive
|
||||
arguments = "%ITEM_FILEPATH%"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#echo $1
|
||||
|
||||
PicoDriveBin "$1"
|
||||
PicoDrive "$1"
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
#
|
||||
################################################################################
|
||||
|
||||
POCKETSNES_VERSION = 7f3cd8b4a577e673461d4be89b7335614152b130
|
||||
POCKETSNES_VERSION = 1b8009f2374463b79eece1fc93f990d7664a9770
|
||||
POCKETSNES_SITE_METHOD = git
|
||||
POCKETSNES_SITE = ssh://git@fk/FunKey-Project/FunKey-Emulator-PocketSNES
|
||||
POCKETSNES_LICENSE = GPL-2.0
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
#
|
||||
################################################################################
|
||||
|
||||
PICODRIVE_VERSION = 863b75d0e3191118d7f0527a2320724f2a988fe6
|
||||
PICODRIVE_VERSION = f6f5d46cd4973ca80b7e7984cd2e7909f117d2c6
|
||||
PICODRIVE_SITE_METHOD = git
|
||||
PICODRIVE_SITE = ssh://git@fk/FunKey-Project/FunKey-Emulator-picodrive
|
||||
PICODRIVE_LICENSE = MAME
|
||||
|
@ -57,7 +57,7 @@ endef
|
|||
|
||||
define PICODRIVE_INSTALL_TARGET_CMDS
|
||||
$(INSTALL) -d -m 0755 $(TARGET_DIR)/usr/games
|
||||
$(INSTALL) -m 0755 $(@D)/PicoDriveBin $(TARGET_DIR)/usr/games/PicoDriveBin
|
||||
$(INSTALL) -m 0755 $(@D)/PicoDrive $(TARGET_DIR)/usr/games/PicoDriveBin
|
||||
endef
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue