mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	HW checked signals Disconnect, Destroy and Shutdown
This commit is contained in:
		
							parent
							
								
									237835a8b6
								
							
						
					
					
						commit
						7cb3d84a98
					
				
					 1 changed files with 0 additions and 3 deletions
				
			
		|  | @ -483,7 +483,6 @@ void NWM_UDS::Shutdown(Kernel::HLERequestContext& ctx) { | |||
|     if (auto room_member = Network::GetRoomMember().lock()) | ||||
|         room_member->Unbind(wifi_packet_received); | ||||
| 
 | ||||
|     // TODO(B3N30): Check on HW if Shutdown signals those events
 | ||||
|     for (auto bind_node : channel_data) { | ||||
|         bind_node.second.event->Signal(); | ||||
|     } | ||||
|  | @ -843,7 +842,6 @@ void NWM_UDS::DestroyNetwork(Kernel::HLERequestContext& ctx) { | |||
| 
 | ||||
|     IPC::RequestBuilder rb = rp.MakeBuilder(1, 0); | ||||
| 
 | ||||
|     // TODO(B3N30): HW test if events get signaled here.
 | ||||
|     for (auto bind_node : channel_data) { | ||||
|         bind_node.second.event->Signal(); | ||||
|     } | ||||
|  | @ -888,7 +886,6 @@ void NWM_UDS::DisconnectNetwork(Kernel::HLERequestContext& ctx) { | |||
| 
 | ||||
|     SendPacket(deauth); | ||||
| 
 | ||||
|     // TODO(B3N30): Check on HW if Shutdown signals those events
 | ||||
|     for (auto bind_node : channel_data) { | ||||
|         bind_node.second.event->Signal(); | ||||
|     } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue