Merge pull request #1719 from bunnei/hwopus-fix
hwopus: DecodeInterleavedWithPerformance: Fix ordering of output parameters.
This commit is contained in:
		| @@ -77,8 +77,8 @@ private: | ||||
|         IPC::ResponseBuilder rb{ctx, 6}; | ||||
|         rb.Push(RESULT_SUCCESS); | ||||
|         rb.Push<u32>(consumed); | ||||
|         rb.Push<u64>(performance); | ||||
|         rb.Push<u32>(sample_count); | ||||
|         rb.Push<u64>(performance); | ||||
|         ctx.WriteBuffer(samples.data(), samples.size() * sizeof(s16)); | ||||
|     } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 bunnei
					bunnei