File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 22[DMDServer]
33# Address (interface) to bind for incoming connections
44# Use 0.0.0.0 to accept connections from external devices on all interfaces
5- Addr = 127 .0.0.1
5+ Addr = 0 .0.0.0
66# The port to listen for TCP connections.
77Port = 6789
88# Set to 1 if Serum colorization should be used, 0 if not.
99AltColor = 1
1010# Overwrite the AltColorPath sent by the client and set it to a fixed value.
11- AltColorPath =
11+ AltColorPath = /Users/markus.kalkbrenner/.pinmame/altcolor/
1212# Set to 1 if PUP DMD frame matching should be used, 0 if not.
1313PUPCapture = 0
1414# Overwrite the PUPVideosPath sent by the client and set it to a fixed value.
Original file line number Diff line number Diff line change @@ -210,6 +210,7 @@ cp libdmdutil/libdmdutil/third-party/runtime-libs/win/x64/pupdmd64.dll ../third-
210210cp libdmdutil/libdmdutil/third-party/include/pupdmd.h ../third-party/include/
211211cp libdmdutil/libdmdutil/third-party/build-libs/win/x64/sockpp64.lib ../third-party/build-libs/win-x64/
212212cp libdmdutil/libdmdutil/third-party/runtime-libs/win/x64/sockpp64.dll ../third-party/runtime-libs/win-x64/
213+ cp -r libdmdutil/libdmdutil/third-party/include/sockpp ../../third-party/include/
213214cp libdmdutil/libdmdutil/third-party/build-libs/win/x64/cargs64.lib ../third-party/build-libs/win-x64/
214215cp libdmdutil/libdmdutil/third-party/runtime-libs/win/x64/cargs64.dll ../third-party/runtime-libs/win-x64/
215216cp libdmdutil/libdmdutil/third-party/include/cargs.h ../third-party/include/
Original file line number Diff line number Diff line change @@ -213,6 +213,7 @@ cp libdmdutil/libdmdutil/third-party/runtime-libs/win/x86/pupdmd.dll ../third-pa
213213cp libdmdutil/libdmdutil/third-party/include/pupdmd.h ../third-party/include/
214214cp libdmdutil/libdmdutil/third-party/build-libs/win/x86/sockpp.lib ../third-party/build-libs/win-x86/
215215cp libdmdutil/libdmdutil/third-party/runtime-libs/win/x86/sockpp.dll ../third-party/runtime-libs/win-x86/
216+ cp -r libdmdutil/libdmdutil/third-party/include/sockpp ../../third-party/include/
216217cp libdmdutil/libdmdutil/third-party/build-libs/win/x86/cargs.lib ../third-party/build-libs/win-x86/
217218cp libdmdutil/libdmdutil/third-party/runtime-libs/win/x86/cargs.dll ../third-party/runtime-libs/win-x86/
218219cp libdmdutil/libdmdutil/third-party/include/cargs.h ../third-party/include/
You can’t perform that action at this time.
0 commit comments