mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-03-14 17:00:17 +00:00
amadeus: Fix PCMFloat datasource command v1
Really simple copy pasta error here. Shouldn't affect anything as float support was added at the same REV as datasource command v2.
This commit is contained in:
parent
7bfb5f79b8
commit
1dd7beaf4d
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ namespace Ryujinx.Audio.Renderer.Dsp.Command
|
|||
DataSourceHelper.WaveBufferInformation info = new DataSourceHelper.WaveBufferInformation
|
||||
{
|
||||
SourceSampleRate = SampleRate,
|
||||
SampleFormat = SampleFormat.PcmInt16,
|
||||
SampleFormat = SampleFormat.PcmFloat,
|
||||
Pitch = Pitch,
|
||||
DecodingBehaviour = DecodingBehaviour,
|
||||
ExtraParameter = 0,
|
||||
|
|
Loading…
Reference in a new issue