Michel-FK 88ba4641cc use new Instant Play system
Signed-off-by: Michel-FK <michel.stempin@funkey-project.com>
2021-01-02 14:20:55 +01:00

9 lines
182 B
Bash
Executable File

#!/bin/sh
# Launch the process in background, record the PID into a file, wait
# for the process to terminate and erase the recorded PID
fceux "$1"&
record_pid $!
wait $!
erase_pid