Browse Source

[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
lizzie/areafixnvidia
crueter 5 days ago
parent
commit
5ab0227624
No known key found for this signature in database GPG Key ID: 425ACD2D4830EBC6
  1. 2
      externals/CMakeLists.txt

2
externals/CMakeLists.txt

@ -136,7 +136,7 @@ if(ENABLE_CUBEB)
endif() endif()
if (NOT ANDROID) if (NOT ANDROID)
if (YUZU_USE_BUNDLED_SDL3)
if (NOT YUZU_USE_BUNDLED_SDL3)
if (NOT WIN32) if (NOT WIN32)
# Yuzu itself needs: Atomic Audio Events Joystick Haptic Sensor Threads Timers # 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) # Since 2.0.18 Atomic+Threads required for HIDAPI/libusb (see https://github.com/libsdl-org/SDL/issues/5095)

Loading…
Cancel
Save