From 194a1bd64d514bd4c2afc34231bee016e4a1979f Mon Sep 17 00:00:00 2001 From: Dirk Date: Thu, 7 Jul 2011 22:18:17 +0200 Subject: More stuff for emulation ... --- src/os-plugins/plugins/emufe/files/run-virt.include | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/os-plugins/plugins/emufe/files/run-virt.include') diff --git a/src/os-plugins/plugins/emufe/files/run-virt.include b/src/os-plugins/plugins/emufe/files/run-virt.include index c81948cb..a1799094 100644 --- a/src/os-plugins/plugins/emufe/files/run-virt.include +++ b/src/os-plugins/plugins/emufe/files/run-virt.include @@ -64,7 +64,8 @@ case "${emulator}" in echo "# empty" > ${TMPDIR}/dosbox.conf VIRTCMDOPTS="${emulator#*dosbox}" VIRTCMDOPTS="${VIRTCMDOPTS} -conf ${TMPDIR}/dosbox.conf -fullscreen" - VIRTCMD="dosbox -c mount c ${TMPDIR}" + # the directory mount has to be first + VIRTCMD="dosbox -c \"mount c ${TMPDIR}\"" ;; SheepShaver*|sheepshaver*) [ "x${rombios}" != "x" ] && rom="--rom ${xmlpath}${rombios}" -- cgit v1.2.3-55-g7522