add sdl audio backend as default audio

This commit is contained in:
Emmanuel Hansen 2023-06-27 15:58:35 +00:00
parent 9bb70e5ac2
commit a57cad5d5e
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>