mirror of
https://github.com/FunKey-Project/FunKey-OS.git
synced 2025-12-12 15:48:51 +01:00
Replaced Mednafen by PicoDrive for Game Gear emulation
This commit is contained in:
parent
b3c2696551
commit
06ac4b8141
@ -1,10 +1,8 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
cp /usr/games/mednafen-09x.cfg ${MEDNAFEN_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
|
||||||
mednafen -fs 1 -gg.stretch full "$1"&
|
PicoDrive "$1"&
|
||||||
pid record $!
|
pid record $!
|
||||||
wait $!
|
wait $!
|
||||||
pid erase
|
pid erase
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user