diff --git a/run_with_yabause.sh b/run_with_yabause.sh index 8b61eed..f44bda3 100644 --- a/run_with_yabause.sh +++ b/run_with_yabause.sh @@ -2,9 +2,9 @@ command -v yabause >/dev/null 2>&1 || { echo "yabause is not installed.\ Aborting." >&2; exit 1; } -if [ -f sl_coff.iso ]; +if [ -f game.iso ]; then - yabause -a -i sl_coff.cue + yabause -a -i game.cue else echo "Please compile first !" >&2 fi