mirror of
https://github.com/Ryujinx/libsoundio.git
synced 2024-12-22 19:25:30 +00:00
Revert "move SoundIoBackendDummy enum item position"
This reverts commit ef889fb188
.
On second thought, we currently depend on Dummy being in the last
position. New backend additions are rare enough that we can
roll major version for them.
This commit is contained in:
parent
98b85efba5
commit
d6df7f742b
|
@ -217,13 +217,13 @@ enum SoundIoChannelLayoutId {
|
|||
|
||||
enum SoundIoBackend {
|
||||
SoundIoBackendNone,
|
||||
SoundIoBackendDummy,
|
||||
SoundIoBackendJack,
|
||||
SoundIoBackendPulseAudio,
|
||||
SoundIoBackendAlsa,
|
||||
SoundIoBackendCoreAudio,
|
||||
SoundIoBackendWasapi,
|
||||
SoundIoBackendAndroid
|
||||
SoundIoBackendAndroid,
|
||||
SoundIoBackendDummy,
|
||||
};
|
||||
|
||||
enum SoundIoDeviceAim {
|
||||
|
|
Loading…
Reference in a new issue