diff options
author | 2016-03-08 12:56:21 +0100 | |
---|---|---|
committer | 2016-03-08 12:58:10 +0100 | |
commit | 858c1002d105eba0d97ef544f68e185bc0c68285 (patch) | |
tree | 68533b51d5a61124719f20daf85e5b672397954f /scripts/src | |
parent | 6412c5e0763dc079312cd5c81cb077d0c393b2b4 (diff) |
compile with latest bgfx,bx (nw)
Diffstat (limited to 'scripts/src')
-rw-r--r-- | scripts/src/3rdparty.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/src/3rdparty.lua b/scripts/src/3rdparty.lua index 330a31221ee..80e4b575b80 100644 --- a/scripts/src/3rdparty.lua +++ b/scripts/src/3rdparty.lua @@ -772,6 +772,7 @@ end MAME_DIR .. "3rdparty/bgfx/src/shader_dxbc.cpp", MAME_DIR .. "3rdparty/bgfx/src/shader_dx9bc.cpp", MAME_DIR .. "3rdparty/bgfx/src/shader_spirv.cpp", + MAME_DIR .. "3rdparty/bgfx/src/topology.cpp", MAME_DIR .. "3rdparty/bgfx/src/vertexdecl.cpp", MAME_DIR .. "3rdparty/bgfx/examples/common/bgfx_utils.cpp", MAME_DIR .. "3rdparty/bgfx/examples/common/bounds.cpp", |