diff options
author | 2015-03-29 10:57:10 +0200 | |
---|---|---|
committer | 2015-03-29 10:57:10 +0200 | |
commit | 93025d33c19f96307ab5d29c7f81655a6ccd1a5d (patch) | |
tree | 32ac4c858a6f062b7c0b0e7a5d8e2e18cd4c2570 /scripts/src/osd/sdl_cfg.lua | |
parent | c73dbdeaf39812fa51d400b1568e33b87c640377 (diff) |
Added network flags (nw)
Diffstat (limited to 'scripts/src/osd/sdl_cfg.lua')
-rw-r--r-- | scripts/src/osd/sdl_cfg.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/src/osd/sdl_cfg.lua b/scripts/src/osd/sdl_cfg.lua index e63fe3387a5..e746dcf40df 100644 --- a/scripts/src/osd/sdl_cfg.lua +++ b/scripts/src/osd/sdl_cfg.lua @@ -12,6 +12,7 @@ if _OPTIONS["targetos"]=="windows" then "USE_XINPUT=0", "USE_OPENGL=1", "USE_QTDEBUG=1", + "SDLMAME_NET_PCAP", } buildoptions { @@ -30,6 +31,7 @@ if _OPTIONS["targetos"]=="linux" then "USE_XINPUT=0", "USE_OPENGL=1", "USE_QTDEBUG=1", + "SDLMAME_NET_TAPTUN", } if (USE_BGFX == 1) then @@ -53,6 +55,7 @@ if _OPTIONS["targetos"]=="macosx" then "USE_XINPUT=0", "USE_OPENGL=1", "USE_QTDEBUG=0", + "SDLMAME_NET_PCAP", } if (USE_BGFX == 1) then |