mirror of
https://github.com/FunKey-Project/FunKey-OS.git
synced 2026-03-19 02:12:41 +01:00
use new Instant Play system
Signed-off-by: Michel-FK <michel.stempin@funkey-project.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"&
|
||||
|
||||
@@ -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}
|
||||
|
||||
@@ -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"&
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"&
|
||||
|
||||
@@ -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"&
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"&
|
||||
|
||||
@@ -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"&
|
||||
|
||||
@@ -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"&
|
||||
|
||||
@@ -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"&
|
||||
|
||||
@@ -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"&
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user