mirror of
https://github.com/eden-emulator/mirror.git
synced 2026-06-06 07:25:52 +08: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
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…
Reference in New Issue
Block a user