Activate the -keybuf and -warp flags in run-in-x16emu.sh

This commit is contained in:
Philip Zembrod 2020-11-10 22:32:07 +01:00
parent 4fd93ff319
commit c860d2478b

View File

@ -28,7 +28,7 @@ if [ -n "$2" ]
then
keybuf="${2}"
mcopy -i "${sdcard}" "${emulatordir}/notdone" "::NOTDONE"
# warp="-warp"
warp="-warp"
else
scale="-scale 2"
debug="-debug"
@ -38,11 +38,11 @@ x16emu \
-keymap de \
-sdcard "${sdcard}" \
$autostart \
-keybuf "$keybuf" \
$warp \
$scale \
$debug \
&
# -keybuf "$keybuf" \
if [ -n "$keybuf" ]
then