MSBuild: Enable DirectX in cmake SDL build

This commit is contained in:
Stuart Kenny 2023-03-31 08:25:05 +01:00 committed by refractionpcsx2
parent e7e3f30fce
commit e2e2ab62f4
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ set(SDL_X11 OFF CACHE BOOL "")
set(SDL_WAYLAND OFF CACHE BOOL "")
set(SDL_RPI OFF CACHE BOOL "")
set(SDL_COCOA ON CACHE BOOL "")
set(SDL_DIRECTX OFF CACHE BOOL "")
set(SDL_DIRECTX ON CACHE BOOL "")
set(SDL_WASAPI OFF CACHE BOOL "")
set(SDL_RENDER_D3D OFF CACHE BOOL "")
set(SDL_RENDER_METAL OFF CACHE BOOL "")