mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-04-21 14:11:59 +00:00
Merge branch ryujinx:master into ui-userprofiles-and-misc
This commit is contained in:
commit
a9bb932491
2 changed files with 2 additions and 0 deletions
|
|
@ -92,6 +92,7 @@ namespace Ryujinx.Audio.Renderer.Dsp.Command
|
||||||
}
|
}
|
||||||
|
|
||||||
short[] outputBuffer = ArrayPool<short>.Shared.Rent((int)inputCount * SampleCount);
|
short[] outputBuffer = ArrayPool<short>.Shared.Rent((int)inputCount * SampleCount);
|
||||||
|
Array.Fill(outputBuffer, (short)0, 0, (int)inputCount * SampleCount);
|
||||||
|
|
||||||
for (int i = 0; i < bufferCount; i++)
|
for (int i = 0; i < bufferCount; i++)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -330,6 +330,7 @@ namespace Ryujinx.Input.HLE
|
||||||
|
|
||||||
_device.TamperMachine.UpdateInput(hleInputStates);
|
_device.TamperMachine.UpdateInput(hleInputStates);
|
||||||
|
|
||||||
|
hleMotionStates.Clear();
|
||||||
_hleMotionStatesPool.Release(hleMotionStates);
|
_hleMotionStatesPool.Release(hleMotionStates);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue