Commit Suggestion
Co-authored-by: gdkchan <gab.dark.100@gmail.com>
This commit is contained in:
parent
ffb2bbaa56
commit
a390b7515f
1 changed files with 1 additions and 1 deletions
|
@ -408,7 +408,7 @@ namespace Ryujinx.Ui
|
||||||
if (SDL2HardwareDeviceDriver.IsSupported)
|
if (SDL2HardwareDeviceDriver.IsSupported)
|
||||||
{
|
{
|
||||||
deviceDriver = new SDL2HardwareDeviceDriver();
|
deviceDriver = new SDL2HardwareDeviceDriver();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
Logger.Warning?.Print(LogClass.Audio, "SDL2 is not supported, trying to fall back to OpenAL.");
|
Logger.Warning?.Print(LogClass.Audio, "SDL2 is not supported, trying to fall back to OpenAL.");
|
||||||
|
|
Loading…
Reference in a new issue