Audio 6.1 should be allowed now (see #4974)

This commit is contained in:
Sylvain 2021-11-20 15:31:21 +01:00
parent b6d365677b
commit b6e8651ae9
No known key found for this signature in database
GPG Key ID: 5F87E02E5BC0939E

View File

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