diff options
Diffstat (limited to 'externals')
| -rw-r--r-- | externals/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/externals/CMakeLists.txt b/externals/CMakeLists.txt index 5402a532f..d1d1436da 100644 --- a/externals/CMakeLists.txt +++ b/externals/CMakeLists.txt | |||
| @@ -53,10 +53,10 @@ endif() | |||
| 53 | # SDL2 | 53 | # SDL2 |
| 54 | if (NOT SDL2_FOUND AND ENABLE_SDL2) | 54 | if (NOT SDL2_FOUND AND ENABLE_SDL2) |
| 55 | if (NOT WIN32) | 55 | if (NOT WIN32) |
| 56 | # Yuzu itself needs: Events Joystick Haptic Sensor Timers | 56 | # Yuzu itself needs: Events Joystick Haptic Sensor Timers Audio |
| 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 | Atomic Audio Render Power Threads | 59 | Atomic Render Power Threads |
| 60 | File CPUinfo Filesystem Locale) | 60 | File CPUinfo Filesystem Locale) |
| 61 | foreach(_SUB ${SDL_UNUSED_SUBSYSTEMS}) | 61 | foreach(_SUB ${SDL_UNUSED_SUBSYSTEMS}) |
| 62 | string(TOUPPER ${_SUB} _OPT) | 62 | string(TOUPPER ${_SUB} _OPT) |