mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 13:20:03 +00:00 
			
		
		
		
	NWM_UDS: Signal bind_node_event in Unbind (#4321)
This commit is contained in:
		
							parent
							
								
									ce823759cc
								
							
						
					
					
						commit
						d99b1f581f
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		|  | @ -871,6 +871,8 @@ void NWM_UDS::Unbind(Kernel::HLERequestContext& ctx) { | |||
|         }); | ||||
| 
 | ||||
|     if (itr != channel_data.end()) { | ||||
|         // TODO(B3N30): Check out what Unbind does if the bind_node_id wasn't in the map
 | ||||
|         itr->second.event->Signal(); | ||||
|         channel_data.erase(itr); | ||||
|     } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue