mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-07-15 07:24:19 +00:00
@@ -121,7 +121,7 @@ namespace Ryujinx.Horizon.Sdk.Audio.Detail
|
||||
|
||||
if (!_isUsbDeviceSupported && device.IsUsbDevice())
|
||||
{
|
||||
device = _registry.DefaultDevice;
|
||||
device = VirtualDeviceSessionRegistry.DefaultDevice;
|
||||
}
|
||||
|
||||
if (name.Length > 0)
|
||||
@@ -147,7 +147,7 @@ namespace Ryujinx.Horizon.Sdk.Audio.Detail
|
||||
|
||||
if (!_isUsbDeviceSupported && device.IsUsbDevice())
|
||||
{
|
||||
device = _registry.DefaultDevice;
|
||||
device = VirtualDeviceSessionRegistry.DefaultDevice;
|
||||
}
|
||||
|
||||
channelCount = (int)device.ChannelCount;
|
||||
|
||||
Reference in New Issue
Block a user