forked from eden-emu/eden
		
	hwopus: DecodeInterleavedWithPerformance: Fix ordering of output parameters.
- Fixes audio issues with Pokemon: Let's Go Pikachu & Eevee.
This commit is contained in:
		
							parent
							
								
									3d7dacdd9a
								
							
						
					
					
						commit
						8d4328026d
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -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)); | ||||
|     } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 bunnei
						bunnei