Merge pull request #382 from shadps4-emu/smallrevert

revert some sdl switches
This commit is contained in:
georgemoralis 2024-08-08 22:55:00 +03:00 committed by GitHub
commit 3943d13871
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 7 deletions

View File

@ -59,14 +59,7 @@ endif()
# SDL3
if (NOT TARGET SDL3::SDL3)
set(SDL_DIRECTX OFF)
set(SDL_MMX OFF)
set(SDL_OPENGL OFF)
set(SDL_OPENGLES OFF)
set(SDL_PIPEWIRE OFF)
set(SDL_RENDER_D3D OFF)
set(SDL_WASAPI OFF)
set(SDL_XINPUT OFF)
add_subdirectory(sdl3)
endif()