mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40: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; |     data_reply_header.total_size = cur_buffer_size; | ||||||
|     out_buffer.Write(&data_reply_header, 0, sizeof(BeaconDataReplyHeader)); |     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.Push(RESULT_SUCCESS); | ||||||
|     rb.PushMappedBuffer(out_buffer); |     rb.PushMappedBuffer(out_buffer); | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue