corrected NES launcher to star fceux instead of mednafen, created alias mednafen_safe for making sure the right config file is used everytime
This commit is contained in:
parent
18b7a5c0f1
commit
deda04ae7b
|
@ -36,6 +36,9 @@ resize() {
|
|||
fi
|
||||
}
|
||||
|
||||
# Aliases
|
||||
alias mednafen_safe='cp /usr/games/mednafen-09x.cfg /root/.mednafen/; mednafen'
|
||||
|
||||
# Start ampli if necessary
|
||||
echo "Start audio amplifier if necessary"
|
||||
if [[ "$(volume_get)" -ne "0" ]]; then
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
executable = %RETROFE_PATH%/launchers/nes_launch_mednafen.sh
|
||||
executable = %RETROFE_PATH%/launchers/nes_launch.sh
|
||||
arguments = "%ITEM_FILEPATH%"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#echo $1
|
||||
|
||||
mednafen -fs 1 -gg.stretch full "$1"
|
||||
mednafen_safe -fs 1 -gg.stretch full "$1"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#echo $1
|
||||
|
||||
mednafen -fs 1 -lynx.stretch full "$1"
|
||||
mednafen_safe -fs 1 -lynx.stretch full "$1"
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
|
||||
#mednafen -sound 1 -soundrate 22050 -soundbufsize 100 -vdriver sdl -frameskip 1 -force_module snes_faust -snes_faust.xscale 0.823 -snes_faust.yscale 0.823 -fs 0 "$1"
|
||||
|
||||
mednafen -sound 1 -soundrate 22050 -soundbufsize 100 -vdriver sdl -frameskip 1 -fs 0 "$1"
|
||||
mednafen_safe -sound 1 -soundrate 22050 -soundbufsize 100 -vdriver sdl -frameskip 1 -fs 0 "$1"
|
||||
|
|
|
@ -0,0 +1,9 @@
|
|||
#!/bin/sh
|
||||
#echo $1
|
||||
|
||||
#mednafen -sound 1 -soundrate 22050 -soundbufsize 100 -vdriver sdl -nes.xscale 0.94 -nes.yscale 0.94 -nes.special none -fs 0 "$1"
|
||||
|
||||
#mednafen -sound 1 -soundrate 22050 -soundbufsize 100 -vdriver sdl -nes.xscale 0.94 -nes.yscale 1.075 -nes.special none -fs 0 "$1"
|
||||
|
||||
SDL_NOMOUSE=1 /usr/games/fceux "$1"
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
#!/bin/sh
|
||||
#echo $1
|
||||
|
||||
#mednafen -sound 1 -soundrate 22050 -soundbufsize 100 -vdriver sdl -nes.xscale 0.94 -nes.yscale 0.94 -nes.special none -fs 0 "$1"
|
||||
|
||||
mednafen -sound 1 -soundrate 22050 -soundbufsize 100 -vdriver sdl -nes.xscale 0.94 -nes.yscale 1.075 -nes.special none -fs 0 "$1"
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#echo $1
|
||||
|
||||
mednafen -fs 1 -ngp.stretch full "$1"
|
||||
mednafen_safe -fs 1 -ngp.stretch full "$1"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#echo $1
|
||||
|
||||
mednafen -fs 1 -wswan.stretch full "$1"
|
||||
mednafen_safe -fs 1 -wswan.stretch full "$1"
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue