direct3d9
Some checks failed
pyrite-dev/milsko/pipeline/head There was a failure building this commit

This commit is contained in:
Nishi 2026-09-18 16:43:15 +09:00
commit eef1c32c1b
15 changed files with 83 additions and 449 deletions

View file

@ -7,7 +7,7 @@ if(${MW_TRY_VULKAN})
endif()
if(WIN32)
if(${MW_TRY_D3D8} OR ${MW_BUILD_D3D8})
if(${MW_TRY_DIRECT3D9})
add_subdirectory(dxdemos)
endif()
endif()