mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-05-24 14:15:48 +00:00
add a stack trace for the catch branch of AppleHardwareDeviceDriver.IsSupported
This commit is contained in:
@@ -110,8 +110,9 @@ namespace Ryujinx.Audio.Backends.Apple
|
||||
|
||||
return false;
|
||||
}
|
||||
catch
|
||||
catch (Exception e)
|
||||
{
|
||||
Logger.Error?.Print(LogClass.Audio, $"Failed to check if AudioToolbox is supported: {e.Message}\n{e.StackTrace}");
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user