mirror of
https://github.com/skyline-emu/skyline.git
synced 2024-11-25 22:34:16 +01:00
Use OpenSL over AAudio
AAudio lacks support for multiple streams on some devices, whereas OpenSL doesn't.
This commit is contained in:
parent
7d573db80b
commit
653bfba23b
@ -92,7 +92,7 @@ add_subdirectory("libraries/opus")
|
||||
target_compile_definitions(opus PRIVATE OPUS_WILL_BE_SLOW=1) # libopus will warn when built without optimizations
|
||||
|
||||
# Cubeb
|
||||
set(USE_AAUDIO ON)
|
||||
set(USE_OPENSL ON)
|
||||
set(USE_SANITIZERS OFF)
|
||||
set(BUNDLE_SPEEX ON)
|
||||
add_subdirectory("libraries/cubeb")
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 645cb10fb1e73a0bdfc0d3693087201845f8195c
|
||||
Subproject commit bbf2b224ef7e8f6dde71c8137ca8aca6f14d626c
|
Loading…
Reference in New Issue
Block a user