use new Instant Play system
Signed-off-by: Michel-FK <michel.stempin@funkey-project.com>
This commit is contained in:
parent
329cc0c055
commit
88ba4641cc
|
@ -18,6 +18,10 @@ alias l='ls $LS_OPTIONS -lA'
|
||||||
# alias cp='cp -i'
|
# alias cp='cp -i'
|
||||||
# alias mv='mv -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 the console to the terminal dimensions
|
||||||
resize() {
|
resize() {
|
||||||
if [[ -t 0 && $# -eq 0 ]]; then
|
if [[ -t 0 && $# -eq 0 ]]; then
|
||||||
|
|
|
@ -1,9 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
cp /usr/games/mednafen-09x.cfg ${MEDNAFEN_HOME}/
|
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
|
# Launch the process in background, record the PID into a file, wait
|
||||||
# for the process to terminate and erase the recorded PID
|
# for the process to terminate and erase the recorded PID
|
||||||
|
|
|
@ -1,9 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
export HOME=/tmp/funkey
|
|
||||||
mkdir -p ${HOME}
|
|
||||||
cd ${HOME}
|
|
||||||
|
|
||||||
# Launch the process in background, record the PID into a file, wait
|
# Launch the process in background, record the PID into a file, wait
|
||||||
# for the process to terminate and erase the recorded PID
|
# for the process to terminate and erase the recorded PID
|
||||||
sdlgnuboy --syncrtc "$1"&
|
sdlgnuboy --syncrtc "$1"&
|
||||||
|
|
|
@ -1,8 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
export HOME=/tmp/funkey
|
|
||||||
mkdir -p ${HOME}
|
|
||||||
|
|
||||||
# Launch the process in background, record the PID into a file, wait
|
# Launch the process in background, record the PID into a file, wait
|
||||||
# for the process to terminate and erase the recorded PID
|
# for the process to terminate and erase the recorded PID
|
||||||
cd ${HOME}
|
cd ${HOME}
|
||||||
|
|
|
@ -1,9 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
export HOME=/tmp/funkey
|
|
||||||
mkdir -p ${HOME}
|
|
||||||
cd ${HOME}
|
|
||||||
|
|
||||||
# Launch the process in background, record the PID into a file, wait
|
# Launch the process in background, record the PID into a file, wait
|
||||||
# for the process to terminate and erase the recorded PID
|
# for the process to terminate and erase the recorded PID
|
||||||
gpsp "$1"&
|
gpsp "$1"&
|
||||||
|
|
|
@ -1,9 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
cp /usr/games/mednafen-09x.cfg ${MEDNAFEN_HOME}/
|
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
|
# Launch the process in background, record the PID into a file, wait
|
||||||
# for the process to terminate and erase the recorded PID
|
# for the process to terminate and erase the recorded PID
|
||||||
|
|
|
@ -1,9 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
cp /usr/games/mednafen-09x.cfg ${MEDNAFEN_HOME}/
|
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
|
# Launch the process in background, record the PID into a file, wait
|
||||||
# for the process to terminate and erase the recorded PID
|
# for the process to terminate and erase the recorded PID
|
||||||
|
|
|
@ -1,9 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
export HOME=/tmp/funkey
|
|
||||||
mkdir -p ${HOME}
|
|
||||||
cd ${HOME}
|
|
||||||
|
|
||||||
# Launch the process in background, record the PID into a file, wait
|
# Launch the process in background, record the PID into a file, wait
|
||||||
# for the process to terminate and erase the recorded PID
|
# for the process to terminate and erase the recorded PID
|
||||||
PicoDrive "$1"&
|
PicoDrive "$1"&
|
||||||
|
|
|
@ -1,9 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
export HOME=/tmp/funkey
|
|
||||||
mkdir -p ${HOME}
|
|
||||||
cd ${HOME}
|
|
||||||
|
|
||||||
# Launch the process in background, record the PID into a file, wait
|
# Launch the process in background, record the PID into a file, wait
|
||||||
# for the process to terminate and erase the recorded PID
|
# for the process to terminate and erase the recorded PID
|
||||||
fceux "$1"&
|
fceux "$1"&
|
||||||
|
|
|
@ -1,9 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
cp /usr/games/mednafen-09x.cfg ${MEDNAFEN_HOME}/
|
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
|
# Launch the process in background, record the PID into a file, wait
|
||||||
# for the process to terminate and erase the recorded PID
|
# for the process to terminate and erase the recorded PID
|
||||||
|
|
|
@ -1,9 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
cp /usr/games/mednafen-09x.cfg ${MEDNAFEN_HOME}/
|
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
|
# Launch the process in background, record the PID into a file, wait
|
||||||
# for the process to terminate and erase the recorded PID
|
# for the process to terminate and erase the recorded PID
|
||||||
|
|
|
@ -1,8 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
mkdir -p ${HOME}
|
|
||||||
cd ${HOME}
|
|
||||||
|
|
||||||
# Launch the process in background, record the PID into a file, wait
|
# Launch the process in background, record the PID into a file, wait
|
||||||
# for the process to terminate and erase the recorded PID
|
# for the process to terminate and erase the recorded PID
|
||||||
pcsx -frameskip -cdfile "$1"&
|
pcsx -frameskip -cdfile "$1"&
|
||||||
|
|
|
@ -1,9 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
export HOME=/tmp/funkey
|
|
||||||
mkdir -p ${HOME}
|
|
||||||
cd ${HOME}
|
|
||||||
|
|
||||||
# Launch the process in background, record the PID into a file, wait
|
# Launch the process in background, record the PID into a file, wait
|
||||||
# for the process to terminate and erase the recorded PID
|
# for the process to terminate and erase the recorded PID
|
||||||
pcsx -cdfile "$1"&
|
pcsx -cdfile "$1"&
|
||||||
|
|
|
@ -1,9 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
export HOME=/tmp/funkey
|
|
||||||
mkdir -p ${HOME}
|
|
||||||
cd ${HOME}
|
|
||||||
|
|
||||||
# Launch the process in background, record the PID into a file, wait
|
# Launch the process in background, record the PID into a file, wait
|
||||||
# for the process to terminate and erase the recorded PID
|
# for the process to terminate and erase the recorded PID
|
||||||
PicoDrive "$1"&
|
PicoDrive "$1"&
|
||||||
|
|
|
@ -1,9 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
export HOME=/tmp/funkey
|
|
||||||
mkdir -p ${HOME}
|
|
||||||
cd ${HOME}
|
|
||||||
|
|
||||||
# Launch the process in background, record the PID into a file, wait
|
# Launch the process in background, record the PID into a file, wait
|
||||||
# for the process to terminate and erase the recorded PID
|
# for the process to terminate and erase the recorded PID
|
||||||
psnes "$1"&
|
psnes "$1"&
|
||||||
|
|
|
@ -1,9 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
export HOME=/tmp/funkey
|
|
||||||
mkdir -p ${HOME}
|
|
||||||
cd ${HOME}
|
|
||||||
|
|
||||||
# Launch the process in background, record the PID into a file, wait
|
# Launch the process in background, record the PID into a file, wait
|
||||||
# for the process to terminate and erase the recorded PID
|
# for the process to terminate and erase the recorded PID
|
||||||
psnes "$1"&
|
psnes "$1"&
|
||||||
|
|
|
@ -1,9 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
cp /usr/games/mednafen-09x.cfg ${MEDNAFEN_HOME}/
|
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
|
# Launch the process in background, record the PID into a file, wait
|
||||||
# for the process to terminate and erase the recorded PID
|
# for the process to terminate and erase the recorded PID
|
||||||
|
|
|
@ -5,7 +5,6 @@
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
PCSX_REARMED_VERSION = 048e75a
|
PCSX_REARMED_VERSION = 048e75a
|
||||||
>>>>>>> 8952620d72a1241a93e1059e248631dab455886c
|
|
||||||
PCSX_REARMED_SITE_METHOD = git
|
PCSX_REARMED_SITE_METHOD = git
|
||||||
PCSX_REARMED_SITE = https://github.com/FunKey-Project/pcsx_rearmed.git
|
PCSX_REARMED_SITE = https://github.com/FunKey-Project/pcsx_rearmed.git
|
||||||
PCSX_REARMED_LICENSE = GPL-2.0
|
PCSX_REARMED_LICENSE = GPL-2.0
|
||||||
|
|
Loading…
Reference in New Issue