mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-06-28 03:16:23 +02:00
add sample delay for audout
This commit is contained in:
parent
60442064e4
commit
3cd42f99aa
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ namespace Ryujinx.HLE
|
|||
|
||||
private IHardwareDeviceDriver AddAudioCompatLayers(IHardwareDeviceDriver driver)
|
||||
{
|
||||
ulong sampleDelay = 0;
|
||||
ulong sampleDelay = OperatingSystem.IsIOS() ? 1024ul : 0;
|
||||
driver = new CompatLayerHardwareDeviceDriver(driver);
|
||||
|
||||
if (sampleDelay > 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue