diff options
author | Chris Robinson <[email protected]> | 2020-06-15 13:49:45 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2020-06-15 13:49:45 -0700 |
commit | 6db6d1510a0c5404b65cbf6598615d173b9b374e (patch) | |
tree | 76e502e4cb3ddb7fe51eaffc263b3262fbec332c /alc/devformat.h | |
parent | 401a9bacd17ef7a08053a4edbc09d93c6f78a291 (diff) |
Remove the Lower channel labels and rename the Upper labels
Diffstat (limited to 'alc/devformat.h')
-rw-r--r-- | alc/devformat.h | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/alc/devformat.h b/alc/devformat.h index d1624c9c..4e4b9a53 100644 --- a/alc/devformat.h +++ b/alc/devformat.h @@ -20,14 +20,13 @@ enum Channel { SideLeft, SideRight, - UpperFrontLeft, - UpperFrontRight, - UpperBackLeft, - UpperBackRight, - LowerFrontLeft, - LowerFrontRight, - LowerBackLeft, - LowerBackRight, + TopFrontLeft, + TopFrontCenter, + TopFrontRight, + TopCenter, + TopBackLeft, + TopBackCenter, + TopBackRight, MaxChannels }; |