Note that we only allow disabling major subsystems

This commit is contained in:
Sam Lantinga
2024-01-17 08:59:38 -08:00
parent 130b361904
commit 75dd7e1658

View File

@@ -255,7 +255,7 @@
#cmakedefine SDL_VIDEO_CAPTURE
/* Allow disabling of core subsystems */
/* Allow disabling of major subsystems */
#cmakedefine SDL_AUDIO_DISABLED @SDL_AUDIO_DISABLED@
#cmakedefine SDL_JOYSTICK_DISABLED @SDL_JOYSTICK_DISABLED@
#cmakedefine SDL_HAPTIC_DISABLED @SDL_HAPTIC_DISABLED@