mirror of
https://git.zaroz.cloud/nintendo-back-up/Ryujinx.git
synced 2025-06-07 19:55:29 +00:00
10 lines
150 B
C#
10 lines
150 B
C#
namespace Ryujinx.Ui.Common.Configuration
|
|
{
|
|
public enum AudioBackend
|
|
{
|
|
Dummy,
|
|
OpenAl,
|
|
SoundIo,
|
|
SDL2
|
|
}
|
|
} |