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.patch42
1 files changed, 0 insertions, 42 deletions
diff --git a/fix-dosbox-mounts.patch b/fix-dosbox-mounts.patch
deleted file mode 100644
index 4cea8229db9d..000000000000
--- a/fix-dosbox-mounts.patch
+++ /dev/null
@@ -1,42 +0,0 @@
-diff --git a/app/dosboxdk_addon.conf b/app/dosboxdk_addon.conf
---- a/app/dosboxdk_addon.conf
-+++ b/app/dosboxdk_addon.conf
-@@ -5,8 +5,8 @@ ipx=false
- [autoexec]
- # Lines in this section will be run at startup.
- @echo off
--mount C ".."
--imgmount d "..\game.inst" -t iso -fs iso
-+mount C "."
-+imgmount d "game.inst" -t iso -fs iso
- c:
- cls
- deeper.exe
-diff --git a/app/dosboxdk_settings.conf b/app/dosboxdk_settings.conf
---- a/app/dosboxdk_settings.conf
-+++ b/app/dosboxdk_settings.conf
-@@ -7,8 +7,8 @@ ipx=false
-
- [autoexec]
- @echo off
--mount c ".."
--imgmount d "..\game.inst" -t iso -fs iso
-+mount C "."
-+imgmount d "game.inst" -t iso -fs iso
- c:
- cls
-
-diff --git a/app/dosboxdk_single.conf b/app/dosboxdk_single.conf
---- a/app/dosboxdk_single.conf
-+++ b/app/dosboxdk_single.conf
-@@ -5,8 +5,8 @@ ipx=false
- [autoexec]
- # Lines in this section will be run at startup.
- @echo off
--mount C ".."
--imgmount d "..\game.inst" -t iso -fs iso
-+mount C "."
-+imgmount d "game.inst" -t iso -fs iso
- c:
- cls
- keeper.exe