Merge pull request #5482 from ligfx/cmakeremoved3d12
CMake: remove references to D3D12
This commit is contained in:
commit
260fd5e0f8
File diff suppressed because it is too large
Load Diff
|
@ -6,8 +6,6 @@ Dolphin includes or links code of the following third-party software projects:
|
|||
[LGPLv2.1+](https://git.kernel.org/cgit/bluetooth/bluez.git/tree/COPYING.LIB)
|
||||
- [Bochs](http://bochs.sourceforge.net/):
|
||||
[LGPLv2.1+](http://bochs.sourceforge.net/cgi-bin/lxr/source/COPYING)
|
||||
- [d3dx12.h](https://github.com/Microsoft/DirectX-Graphics-Samples/blob/master/Samples/D3D1211On12/src/d3dx12.h):
|
||||
[MIT](https://github.com/Microsoft/DirectX-Graphics-Samples/blob/master/LICENSE)
|
||||
- [ENet](http://enet.bespin.org/):
|
||||
[MIT](http://enet.bespin.org/License.html)
|
||||
- [GCEmu](http://sourceforge.net/projects/gcemu-project/):
|
||||
|
|
|
@ -300,7 +300,6 @@ if(WIN32)
|
|||
set(SRCS ${SRCS} HW/EXI/BBA-TAP/TAP_Win32.cpp HW/WiimoteReal/IOWin.cpp)
|
||||
list(APPEND LIBS
|
||||
videod3d
|
||||
videod3d12
|
||||
setupapi.lib
|
||||
iphlpapi.lib
|
||||
)
|
||||
|
|
|
@ -4,7 +4,6 @@ add_subdirectory(Software)
|
|||
|
||||
if(CMAKE_SYSTEM_NAME STREQUAL "Windows")
|
||||
add_subdirectory(D3D)
|
||||
add_subdirectory(D3D12)
|
||||
endif()
|
||||
|
||||
if(NOT APPLE)
|
||||
|
|
Loading…
Reference in New Issue