Commit Suggestion

Co-authored-by: gdkchan <gab.dark.100@gmail.com>
This commit is contained in:
VocalFan 2021-08-22 02:25:21 -04:00 committed by GitHub
parent ffb2bbaa56
commit a390b7515f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -408,7 +408,7 @@ namespace Ryujinx.Ui
if (SDL2HardwareDeviceDriver.IsSupported)
{
deviceDriver = new SDL2HardwareDeviceDriver();
}
}
else
{
Logger.Warning?.Print(LogClass.Audio, "SDL2 is not supported, trying to fall back to OpenAL.");