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:
GreemDev
2025-11-07 22:21:06 -06:00
parent 844d7a9cfe
commit ed89ffd3f8
4 changed files with 12 additions and 2 deletions

View File

@@ -10,5 +10,6 @@ namespace Ryujinx.Ava.Systems.Configuration
OpenAl,
SoundIo,
SDL3,
SDL2 = SDL3
}
}