mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-19 16:27:02 +02:00
[cmake] Fix reversed YUZU_USE_BUNDLED_SDL3 (#3980)
oops Signed-off-by: crueter <crueter@eden-emu.dev> Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3980
This commit is contained in:
parent
ad2e1cc554
commit
5ab0227624
1 changed files with 1 additions and 1 deletions
2
externals/CMakeLists.txt
vendored
2
externals/CMakeLists.txt
vendored
|
|
@ -136,7 +136,7 @@ if(ENABLE_CUBEB)
|
|||
endif()
|
||||
|
||||
if (NOT ANDROID)
|
||||
if (YUZU_USE_BUNDLED_SDL3)
|
||||
if (NOT YUZU_USE_BUNDLED_SDL3)
|
||||
if (NOT WIN32)
|
||||
# Yuzu itself needs: Atomic Audio Events Joystick Haptic Sensor Threads Timers
|
||||
# Since 2.0.18 Atomic+Threads required for HIDAPI/libusb (see https://github.com/libsdl-org/SDL/issues/5095)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue