mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-08-12 05:05:26 +02:00
misc: chore: Fix object creation in Avalonia project
This commit is contained in:
@@ -975,7 +975,7 @@ namespace Ryujinx.Ava
|
||||
|
||||
private static IHardwareDeviceDriver InitializeAudio()
|
||||
{
|
||||
List<AudioBackend> availableBackends = new List<AudioBackend>
|
||||
List<AudioBackend> availableBackends = new()
|
||||
{
|
||||
AudioBackend.SDL2,
|
||||
AudioBackend.SoundIo,
|
||||
|
Reference in New Issue
Block a user