mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2026-04-07 05:38:41 +00:00
Added fallbacks for all Audio Backends (#2582)
* Added fallbacks for all Audio Backends
* Commit Suggestion
Co-authored-by: gdkchan <gab.dark.100@gmail.com>
* Resolve elses.
* Revert "Resolve elses."
This reverts commit 9aec3e9e77.
* Suggestions completed
Co-authored-by: gdkchan <gab.dark.100@gmail.com>
This commit is contained in:
@@ -519,7 +519,7 @@ namespace Ryujinx.Configuration
|
||||
System.EnablePtc.Value = true;
|
||||
System.EnableFsIntegrityChecks.Value = true;
|
||||
System.FsGlobalAccessLogMode.Value = 0;
|
||||
System.AudioBackend.Value = AudioBackend.OpenAl;
|
||||
System.AudioBackend.Value = AudioBackend.SDL2;
|
||||
System.MemoryManagerMode.Value = MemoryManagerMode.HostMappedUnsafe;
|
||||
System.ExpandRam.Value = false;
|
||||
System.IgnoreMissingServices.Value = false;
|
||||
|
||||
Reference in New Issue
Block a user