mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	UDS: fix RecvBeaconBroadcastData response header
This commit is contained in:
		
							parent
							
								
									08b119153d
								
							
						
					
					
						commit
						b611b2934f
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -613,7 +613,7 @@ void NWM_UDS::RecvBeaconBroadcastData(Kernel::HLERequestContext& ctx) { | |||
|     data_reply_header.total_size = cur_buffer_size; | ||||
|     out_buffer.Write(&data_reply_header, 0, sizeof(BeaconDataReplyHeader)); | ||||
| 
 | ||||
|     IPC::RequestBuilder rb = rp.MakeBuilder(1, 1); | ||||
|     IPC::RequestBuilder rb = rp.MakeBuilder(1, 2); | ||||
|     rb.Push(RESULT_SUCCESS); | ||||
|     rb.PushMappedBuffer(out_buffer); | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue