mirror of
https://github.com/FunKey-Project/FunKey-OS.git
synced 2025-12-25 14:08:50 +01:00
9 lines
189 B
Bash
Executable File
9 lines
189 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Security
|
|
cp /usr/games/mednafen-09x.cfg ${MEDNAFEN_HOME}/
|
|
export HOME=/tmp/funkey
|
|
mkdir -p ${HOME}
|
|
cd ${HOME}
|
|
mednafen -fs 1 -force_module pce_fast -pce_fast.stretch full "$1"
|