Skip to content

Commit

Permalink
externals: Disable sdl pipewire
Browse files Browse the repository at this point in the history
* Fixes audio problems in certain games
  • Loading branch information
raphaelthegreat committed Jul 14, 2024
1 parent 73d4aaf commit 432defd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions externals/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ endif()

# SDL3
if (NOT TARGET SDL3::SDL3)
set(SDL_PIPEWIRE OFF)
add_subdirectory(sdl3)
endif()

Expand Down

0 comments on commit 432defd

Please sign in to comment.