mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2024-11-23 03:09:55 +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 New Issue
Block a user