mirror of
https://github.com/Ryujinx/libsoundio.git
synced 2025-08-04 13:21:07 +00:00
move SoundIoBackendDummy enum item position
Now new backends can go at the end position and avoid rolling major version number. When dummy was the last one, it was tempting to put new backends before it.
This commit is contained in:
parent
c81fe43ac0
commit
ef889fb188
|
@ -217,12 +217,12 @@ enum SoundIoChannelLayoutId {
|
|||
|
||||
enum SoundIoBackend {
|
||||
SoundIoBackendNone,
|
||||
SoundIoBackendDummy,
|
||||
SoundIoBackendJack,
|
||||
SoundIoBackendPulseAudio,
|
||||
SoundIoBackendAlsa,
|
||||
SoundIoBackendCoreAudio,
|
||||
SoundIoBackendWasapi,
|
||||
SoundIoBackendDummy,
|
||||
};
|
||||
|
||||
enum SoundIoDeviceAim {
|
||||
|
|
Loading…
Reference in a new issue