Просмотр исходного кода

Sync SDL3 wiki -> header

[ci skip]
SDL Wiki Bot 2 недель назад
Родитель
Сommit
d4410b9a7c
1 измененных файлов с 4 добавлено и 4 удалено
  1. 4 4
      include/SDL3/SDL_hints.h

+ 4 - 4
include/SDL3/SDL_hints.h

@@ -124,8 +124,8 @@ extern "C" {
  *
  *
  * Some devices choose the wrong microphone by default (between the one meant
  * Some devices choose the wrong microphone by default (between the one meant
  * to be spoken in when the phone is held to the user's ear for a phone call,
  * to be spoken in when the phone is held to the user's ear for a phone call,
- * or an external microphone that's meant to be used when recording video),
- * or have DSP effects applied to the recorded audio, and changing the input
+ * or an external microphone that's meant to be used when recording video), or
+ * have DSP effects applied to the recorded audio, and changing the input
  * preset can help control this.
  * preset can help control this.
  *
  *
  * This can be any number that maps to an `AAUDIO_INPUT_PRESET_*` enum from
  * This can be any number that maps to an `AAUDIO_INPUT_PRESET_*` enum from
@@ -135,8 +135,8 @@ extern "C" {
  * might also be a useful choice.
  * might also be a useful choice.
  *
  *
  * If unset (the default), SDL will not specify an input preset at all, which
  * If unset (the default), SDL will not specify an input preset at all, which
- * lets the system choose. This is usually the correct thing to do unless
- * your app is having problems.
+ * lets the system choose. This is usually the correct thing to do unless your
+ * app is having problems.
  *
  *
  * This hint should be set before a recording audio device is opened.
  * This hint should be set before a recording audio device is opened.
  *
  *