mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-01-01 04:35:59 +00:00
externals: Disable sdl pipewire
* Fixes audio problems in certain games
This commit is contained in:
parent
73d4aafc09
commit
432defd992
1
externals/CMakeLists.txt
vendored
1
externals/CMakeLists.txt
vendored
|
@ -59,6 +59,7 @@ endif()
|
||||||
|
|
||||||
# SDL3
|
# SDL3
|
||||||
if (NOT TARGET SDL3::SDL3)
|
if (NOT TARGET SDL3::SDL3)
|
||||||
|
set(SDL_PIPEWIRE OFF)
|
||||||
add_subdirectory(sdl3)
|
add_subdirectory(sdl3)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue