summarylogtreecommitdiffstats
path: root/simple-net-config.patch
diff options
context:
space:
mode:
Diffstat (limited to 'simple-net-config.patch')
-rw-r--r--simple-net-config.patch43
1 files changed, 0 insertions, 43 deletions
diff --git a/simple-net-config.patch b/simple-net-config.patch
deleted file mode 100644
index 938129d3bdb1..000000000000
--- a/simple-net-config.patch
+++ /dev/null
@@ -1,43 +0,0 @@
-diff --git a/app/dosboxconstructor_client.conf b/app/dosboxconstructor_client.conf
---- a/app/dosboxconstructor_client.conf
-+++ b/app/dosboxconstructor_client.conf
-@@ -1,16 +1,6 @@
- [IPX]
--Enable=1
--Connection=1
- ipx=true
-
- [autoexec]
--# Lines in this section will be run at startup.
--
--@ECHO OFF
--mount C ".."
--imgmount d "..\const.gog" -t iso -fs iso
--c:
-+IPXNET CONNECT 127.0.0.1 19900
- cls
--IPXNET CONNECT 127.0.0.1
--game.exe
--exit
-diff --git a/app/dosboxconstructor_server.conf b/app/dosboxconstructor_server.conf
---- a/app/dosboxconstructor_server.conf
-+++ b/app/dosboxconstructor_server.conf
-@@ -1,16 +1,5 @@
- [IPX]
--Enable=1
--Connection=1
- ipx=true
-
- [autoexec]
--# Lines in this section will be run at startup.
--
--@ECHO OFF
--mount C ".."
--imgmount d "..\const.gog" -t iso -fs iso
--c:
--cls
--IPXNET STARTSERVER
--game.exe
--exit
-\ No newline at end of file
-+IPXNET STARTSERVER 19900