Explorar el Código

Note that we only allow disabling major subsystems

Sam Lantinga hace 2 años
padre
commit
75dd7e1658
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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@