@@ -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.");
|
||||||
|
Reference in New Issue
Block a user