namespace Ryujinx.Configuration { public enum AudioBackend { Dummy, OpenAl, SoundIo, SDL2 } }