mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2024-12-28 18:46:06 +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
|
||||
if (NOT TARGET SDL3::SDL3)
|
||||
set(SDL_PIPEWIRE OFF)
|
||||
add_subdirectory(sdl3)
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Reference in a new issue