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