mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-05-25 14:39:15 +00:00
Expose AudioToolkit in UI
This commit is contained in:
@@ -86,6 +86,8 @@ namespace Ryujinx.Audio.Backends.Apple
|
||||
|
||||
private static bool IsSupportedInternal()
|
||||
{
|
||||
if (!OperatingSystem.IsMacOS()) return false;
|
||||
|
||||
try
|
||||
{
|
||||
var format = GetAudioFormat(SampleFormat.PcmInt16, Constants.TargetSampleRate, 2);
|
||||
@@ -238,4 +240,4 @@ namespace Ryujinx.Audio.Backends.Apple
|
||||
return direction != Direction.Input;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user