summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--externals/CMakeLists.txt8
m---------externals/SDL0
2 files changed, 4 insertions, 4 deletions
diff --git a/externals/CMakeLists.txt b/externals/CMakeLists.txt
index 598f81978..491f213d2 100644
--- a/externals/CMakeLists.txt
+++ b/externals/CMakeLists.txt
@@ -52,12 +52,12 @@ endif()
52# SDL2 52# SDL2
53if (YUZU_USE_EXTERNAL_SDL2) 53if (YUZU_USE_EXTERNAL_SDL2)
54 if (NOT WIN32) 54 if (NOT WIN32)
55 # Yuzu itself needs: Events Joystick Haptic Sensor Timers Audio Threads Atomic 55 # Yuzu itself needs: Atomic Audio Events Joystick Haptic Sensor Threads Timers
56 # Since 2.0.18 Threads/Atomic required for HIDAPI/libusb (see https://github.com/libsdl-org/SDL/issues/5095) 56 # Since 2.0.18 Atomic+Threads required for HIDAPI/libusb (see https://github.com/libsdl-org/SDL/issues/5095)
57 # Yuzu-cmd also needs: Video (depends on Loadso/Dlopen) 57 # Yuzu-cmd also needs: Video (depends on Loadso/Dlopen)
58 set(SDL_UNUSED_SUBSYSTEMS 58 set(SDL_UNUSED_SUBSYSTEMS
59 Render Power File CPUinfo 59 CPUinfo File Filesystem
60 Filesystem Locale) 60 Locale Power Render)
61 foreach(_SUB ${SDL_UNUSED_SUBSYSTEMS}) 61 foreach(_SUB ${SDL_UNUSED_SUBSYSTEMS})
62 string(TOUPPER ${_SUB} _OPT) 62 string(TOUPPER ${_SUB} _OPT)
63 option(SDL_${_OPT} "" OFF) 63 option(SDL_${_OPT} "" OFF)
diff --git a/externals/SDL b/externals/SDL
Subproject 2e9821423a237a1206e3c09020778faacfe430b Subproject e2ade2bfc46d915cd306c63c830b81d800b2575