mirror of
https://github.com/holub/mame
synced 2025-10-05 08:41:31 +03:00
Added network flags (nw)
This commit is contained in:
parent
c73dbdeaf3
commit
93025d33c1
@ -12,6 +12,7 @@ if _OPTIONS["targetos"]=="windows" then
|
|||||||
"USE_XINPUT=0",
|
"USE_XINPUT=0",
|
||||||
"USE_OPENGL=1",
|
"USE_OPENGL=1",
|
||||||
"USE_QTDEBUG=1",
|
"USE_QTDEBUG=1",
|
||||||
|
"SDLMAME_NET_PCAP",
|
||||||
}
|
}
|
||||||
|
|
||||||
buildoptions {
|
buildoptions {
|
||||||
@ -30,6 +31,7 @@ if _OPTIONS["targetos"]=="linux" then
|
|||||||
"USE_XINPUT=0",
|
"USE_XINPUT=0",
|
||||||
"USE_OPENGL=1",
|
"USE_OPENGL=1",
|
||||||
"USE_QTDEBUG=1",
|
"USE_QTDEBUG=1",
|
||||||
|
"SDLMAME_NET_TAPTUN",
|
||||||
}
|
}
|
||||||
|
|
||||||
if (USE_BGFX == 1) then
|
if (USE_BGFX == 1) then
|
||||||
@ -53,6 +55,7 @@ if _OPTIONS["targetos"]=="macosx" then
|
|||||||
"USE_XINPUT=0",
|
"USE_XINPUT=0",
|
||||||
"USE_OPENGL=1",
|
"USE_OPENGL=1",
|
||||||
"USE_QTDEBUG=0",
|
"USE_QTDEBUG=0",
|
||||||
|
"SDLMAME_NET_PCAP",
|
||||||
}
|
}
|
||||||
|
|
||||||
if (USE_BGFX == 1) then
|
if (USE_BGFX == 1) then
|
||||||
|
@ -10,5 +10,6 @@ defines {
|
|||||||
"USE_QTDEBUG=0",
|
"USE_QTDEBUG=0",
|
||||||
"USE_OPENGL=1",
|
"USE_OPENGL=1",
|
||||||
"USE_DISPATCH_GL=1",
|
"USE_DISPATCH_GL=1",
|
||||||
"DIRECTINPUT_VERSION=0x0800"
|
"DIRECTINPUT_VERSION=0x0800",
|
||||||
|
"SDLMAME_NET_PCAP",
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user