summarylogtreecommitdiffstats
path: root/fix-dosbox-mounts.patch
diff options
context:
space:
mode:
Diffstat (limited to 'fix-dosbox-mounts.patch')
-rw-r--r--fix-dosbox-mounts.patch16
1 files changed, 15 insertions, 1 deletions
diff --git a/fix-dosbox-mounts.patch b/fix-dosbox-mounts.patch
index fa4d8235f204..436090bb7b6d 100644
--- a/fix-dosbox-mounts.patch
+++ b/fix-dosbox-mounts.patch
@@ -1,7 +1,21 @@
+diff --git a/app/dosboxconstructor_settings.conf b/app/dosboxconstructor_settings.conf
+--- a/app/dosboxconstructor_settings.conf
++++ b/app/dosboxconstructor_settings.conf
+@@ -7,8 +7,8 @@ ipx=false
+ # Lines in this section will be run at startup.
+
+ @ECHO OFF
+-mount C ".."
+-imgmount d "..\const.gog" -t iso -fs iso
++mount C "."
++imgmount d "const.gog" -t iso -fs iso
+ c:
+ cls
+ setsound.bat
diff --git a/app/dosboxconstructor_single.conf b/app/dosboxconstructor_single.conf
--- a/app/dosboxconstructor_single.conf
+++ b/app/dosboxconstructor_single.conf
-@@ -5,8 +5,8 @@ ipx=true
+@@ -7,8 +7,8 @@ ipx=false
# Lines in this section will be run at startup.
@ECHO OFF