diff options
| author | 2016-05-28 04:14:15 +0200 | |
|---|---|---|
| committer | 2016-06-11 20:14:09 +0200 | |
| commit | 58dc78b6eba373d88fe7ef68f9ce3c2c43e635d6 (patch) | |
| tree | 90af8c2c2323070c2c336153de8376d83a3f1f44 /scripts | |
| parent | ea1b66f146e4c6663e06b124f8665f878c43ce0c (diff) | |
Introduce dynamic_module
This is a central cross-platform facility to dynamically bind functions from shared libraries.
Updated all OSD modules to use it.
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/src/osd/windows.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/src/osd/windows.lua b/scripts/src/osd/windows.lua index 8b48b8f0771..9307c6dec71 100644 --- a/scripts/src/osd/windows.lua +++ b/scripts/src/osd/windows.lua @@ -154,8 +154,6 @@ project ("osd_" .. _OPTIONS["osd"]) } files { - MAME_DIR .. "src/osd/modules/render/d3d/d3d9intf.cpp", - MAME_DIR .. "src/osd/modules/render/d3d/d3dintf.h", MAME_DIR .. "src/osd/modules/render/d3d/d3dhlsl.cpp", MAME_DIR .. "src/osd/modules/render/d3d/d3dcomm.h", MAME_DIR .. "src/osd/modules/render/d3d/d3dhlsl.h", |
