mirror of
https://github.com/encounter/SDL.git
synced 2025-12-08 13:15:10 +00:00
Audio 6.1 should be allowed now (see #4974)
This commit is contained in:
@@ -1268,6 +1268,7 @@ prepare_audiospec(const SDL_AudioSpec * orig, SDL_AudioSpec * prepared)
|
|||||||
case 2: /* Stereo */
|
case 2: /* Stereo */
|
||||||
case 4: /* Quadrophonic */
|
case 4: /* Quadrophonic */
|
||||||
case 6: /* 5.1 surround */
|
case 6: /* 5.1 surround */
|
||||||
|
case 7: /* 6.1 surround */
|
||||||
case 8: /* 7.1 surround */
|
case 8: /* 7.1 surround */
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
|||||||
Reference in New Issue
Block a user