Browse Source

Note that we only allow disabling major subsystems

Sam Lantinga 1 year ago
parent
commit
75dd7e1658
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/build_config/SDL_build_config.h.cmake

+ 1 - 1
include/build_config/SDL_build_config.h.cmake

@@ -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@