use new Instant Play system

Signed-off-by: Michel-FK <michel.stempin@funkey-project.com>
This commit is contained in:
Michel-FK 2021-01-02 14:20:55 +01:00
parent 329cc0c055
commit 88ba4641cc
18 changed files with 4 additions and 57 deletions

View File

@ -18,6 +18,10 @@ alias l='ls $LS_OPTIONS -lA'
# alias cp='cp -i'
# alias mv='mv -i'
# Relocate HOME into the r/w partition
export HOME=/mnt/funkey
mkdir -p ${HOME}
# Resize the console to the terminal dimensions
resize() {
if [[ -t 0 && $# -eq 0 ]]; then

View File

@ -1,9 +1,6 @@
#!/bin/sh
cp /usr/games/mednafen-09x.cfg ${MEDNAFEN_HOME}/
export HOME=/tmp/funkey
mkdir -p ${HOME}
cd ${HOME}
# Launch the process in background, record the PID into a file, wait
# for the process to terminate and erase the recorded PID

View File

@ -1,9 +1,5 @@
#!/bin/sh
export HOME=/tmp/funkey
mkdir -p ${HOME}
cd ${HOME}
# Launch the process in background, record the PID into a file, wait
# for the process to terminate and erase the recorded PID
sdlgnuboy --syncrtc "$1"&

View File

@ -1,8 +1,5 @@
#!/bin/sh
export HOME=/tmp/funkey
mkdir -p ${HOME}
# Launch the process in background, record the PID into a file, wait
# for the process to terminate and erase the recorded PID
cd ${HOME}

View File

@ -1,9 +1,5 @@
#!/bin/sh
export HOME=/tmp/funkey
mkdir -p ${HOME}
cd ${HOME}
# Launch the process in background, record the PID into a file, wait
# for the process to terminate and erase the recorded PID
gpsp "$1"&

View File

@ -1,9 +1,6 @@
#!/bin/sh
cp /usr/games/mednafen-09x.cfg ${MEDNAFEN_HOME}/
export HOME=/tmp/funkey
mkdir -p ${HOME}
cd ${HOME}
# Launch the process in background, record the PID into a file, wait
# for the process to terminate and erase the recorded PID

View File

@ -1,9 +1,6 @@
#!/bin/sh
cp /usr/games/mednafen-09x.cfg ${MEDNAFEN_HOME}/
export HOME=/tmp/funkey
mkdir -p ${HOME}
cd ${HOME}
# Launch the process in background, record the PID into a file, wait
# for the process to terminate and erase the recorded PID

View File

@ -1,9 +1,5 @@
#!/bin/sh
export HOME=/tmp/funkey
mkdir -p ${HOME}
cd ${HOME}
# Launch the process in background, record the PID into a file, wait
# for the process to terminate and erase the recorded PID
PicoDrive "$1"&

View File

@ -1,9 +1,5 @@
#!/bin/sh
export HOME=/tmp/funkey
mkdir -p ${HOME}
cd ${HOME}
# Launch the process in background, record the PID into a file, wait
# for the process to terminate and erase the recorded PID
fceux "$1"&

View File

@ -1,9 +1,6 @@
#!/bin/sh
cp /usr/games/mednafen-09x.cfg ${MEDNAFEN_HOME}/
export HOME=/tmp/funkey
mkdir -p ${HOME}
cd ${HOME}
# Launch the process in background, record the PID into a file, wait
# for the process to terminate and erase the recorded PID

View File

@ -1,9 +1,6 @@
#!/bin/sh
cp /usr/games/mednafen-09x.cfg ${MEDNAFEN_HOME}/
export HOME=/tmp/funkey
mkdir -p ${HOME}
cd ${HOME}
# Launch the process in background, record the PID into a file, wait
# for the process to terminate and erase the recorded PID

View File

@ -1,8 +1,5 @@
#!/bin/sh
mkdir -p ${HOME}
cd ${HOME}
# Launch the process in background, record the PID into a file, wait
# for the process to terminate and erase the recorded PID
pcsx -frameskip -cdfile "$1"&

View File

@ -1,9 +1,5 @@
#!/bin/sh
export HOME=/tmp/funkey
mkdir -p ${HOME}
cd ${HOME}
# Launch the process in background, record the PID into a file, wait
# for the process to terminate and erase the recorded PID
pcsx -cdfile "$1"&

View File

@ -1,9 +1,5 @@
#!/bin/sh
export HOME=/tmp/funkey
mkdir -p ${HOME}
cd ${HOME}
# Launch the process in background, record the PID into a file, wait
# for the process to terminate and erase the recorded PID
PicoDrive "$1"&

View File

@ -1,9 +1,5 @@
#!/bin/sh
export HOME=/tmp/funkey
mkdir -p ${HOME}
cd ${HOME}
# Launch the process in background, record the PID into a file, wait
# for the process to terminate and erase the recorded PID
psnes "$1"&

View File

@ -1,9 +1,5 @@
#!/bin/sh
export HOME=/tmp/funkey
mkdir -p ${HOME}
cd ${HOME}
# Launch the process in background, record the PID into a file, wait
# for the process to terminate and erase the recorded PID
psnes "$1"&

View File

@ -1,9 +1,6 @@
#!/bin/sh
cp /usr/games/mednafen-09x.cfg ${MEDNAFEN_HOME}/
export HOME=/tmp/funkey
mkdir -p ${HOME}
cd ${HOME}
# Launch the process in background, record the PID into a file, wait
# for the process to terminate and erase the recorded PID

View File

@ -5,7 +5,6 @@
################################################################################
PCSX_REARMED_VERSION = 048e75a
>>>>>>> 8952620d72a1241a93e1059e248631dab455886c
PCSX_REARMED_SITE_METHOD = git
PCSX_REARMED_SITE = https://github.com/FunKey-Project/pcsx_rearmed.git
PCSX_REARMED_LICENSE = GPL-2.0