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:
Mary 2022-02-16 21:11:33 +01:00
parent 7bfb5f79b8
commit 1dd7beaf4d

View file

@ -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,