Explorar el Código

Audio 6.1 should be allowed now (see #4974)

Sylvain hace 4 años
padre
commit
b6e8651ae9
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/audio/SDL_audio.c

+ 1 - 0
src/audio/SDL_audio.c

@@ -1268,6 +1268,7 @@ prepare_audiospec(const SDL_AudioSpec * orig, SDL_AudioSpec * prepared)
     case 2:                    /* Stereo */
     case 4:                    /* Quadrophonic */
     case 6:                    /* 5.1 surround */
+    case 7:                    /* 6.1 surround */
     case 8:                    /* 7.1 surround */
         break;
     default: