add sdl audio backend as default audio

This commit is contained in:
Emmanuel Hansen 2023-06-27 15:58:35 +00:00
parent e3333fc80b
commit 0d5253a497
3 changed files with 17 additions and 3 deletions

View file

@ -10,5 +10,6 @@
<ItemGroup>
<PackageReference Include="OpenTK" />
<PackageReference Include="Ryujinx.SDL2-CS" />
</ItemGroup>
</Project>