diff options
| author | 2021-08-10 20:54:12 +0200 | |
|---|---|---|
| committer | 2021-08-10 20:54:12 +0200 | |
| commit | ba1e6dff41a2174d0be4bc60b402a1a894162f8f (patch) | |
| tree | 3ecba688a5e125e0489c19d3ccfc09c8339fb1e6 /scripts | |
| parent | 0acf39899f5ed0c493d0709bc01d4318def0de9d (diff) | |
Compile bgfx
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/src/3rdparty.lua | 5 | ||||
| -rw-r--r-- | scripts/src/osd/modules.lua | 1 |
2 files changed, 3 insertions, 3 deletions
diff --git a/scripts/src/3rdparty.lua b/scripts/src/3rdparty.lua index e8b08df8f0c..78d73248623 100644 --- a/scripts/src/3rdparty.lua +++ b/scripts/src/3rdparty.lua @@ -1416,7 +1416,6 @@ end "__STDC_FORMAT_MACROS", "__STDC_CONSTANT_MACROS", "BGFX_CONFIG_MAX_FRAME_BUFFERS=128", - "IMGUI_DISABLE_OBSOLETE_FUNCTIONS", } if _OPTIONS["targetos"]=="linux" or _OPTIONS["targetos"]=="netbsd" or _OPTIONS["targetos"]=="openbsd" then @@ -1453,17 +1452,19 @@ end MAME_DIR .. "3rdparty/bgfx/src/renderer_noop.cpp", MAME_DIR .. "3rdparty/bgfx/src/renderer_nvn.cpp", MAME_DIR .. "3rdparty/bgfx/src/renderer_vk.cpp", + MAME_DIR .. "3rdparty/bgfx/src/renderer_webgpu.cpp", MAME_DIR .. "3rdparty/bgfx/src/shader.cpp", MAME_DIR .. "3rdparty/bgfx/src/shader_dx9bc.cpp", MAME_DIR .. "3rdparty/bgfx/src/shader_dxbc.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/src/vertexlayout.cpp", MAME_DIR .. "3rdparty/bgfx/examples/common/imgui/imgui.cpp", MAME_DIR .. "3rdparty/bgfx/examples/common/nanovg/nanovg.cpp", MAME_DIR .. "3rdparty/bgfx/examples/common/nanovg/nanovg_bgfx.cpp", MAME_DIR .. "3rdparty/bgfx/3rdparty/dear-imgui/imgui.cpp", MAME_DIR .. "3rdparty/bgfx/3rdparty/dear-imgui/imgui_draw.cpp", + MAME_DIR .. "3rdparty/bgfx/3rdparty/dear-imgui/imgui_tables.cpp", MAME_DIR .. "3rdparty/bgfx/3rdparty/dear-imgui/imgui_widgets.cpp", } if _OPTIONS["targetos"]=="macosx" then diff --git a/scripts/src/osd/modules.lua b/scripts/src/osd/modules.lua index 3f9e1948c6e..7ee20732784 100644 --- a/scripts/src/osd/modules.lua +++ b/scripts/src/osd/modules.lua @@ -162,7 +162,6 @@ function osdmodulesbuild() "__STDC_LIMIT_MACROS", "__STDC_FORMAT_MACROS", "__STDC_CONSTANT_MACROS", - "IMGUI_DISABLE_OBSOLETE_FUNCTIONS", } files { |
