mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-05-14 09:15:46 +00:00
fix: add back compat functionality to the AudioBackend enum as well, and add missing migration comment from config version 70
This commit is contained in:
@@ -957,6 +957,9 @@ namespace Ryujinx.Ava.Systems
|
||||
|
||||
AudioBackend preferredBackend = ConfigurationState.Instance.System.AudioBackend.Value;
|
||||
|
||||
if (preferredBackend is AudioBackend.SDL2)
|
||||
preferredBackend = AudioBackend.SDL3;
|
||||
|
||||
for (int i = 0; i < availableBackends.Count; i++)
|
||||
{
|
||||
if (availableBackends[i] == preferredBackend)
|
||||
|
||||
Reference in New Issue
Block a user