mirror of
				https://git.tardis.systems/mirrors/yuzu
				synced 2025-10-31 10:44:49 +01:00 
			
		
		
		
	nvhost_vic: use map erase by key
This commit is contained in:
		
							parent
							
								
									32f623e029
								
							
						
					
					
						commit
						04867e2456
					
				| @ -78,10 +78,7 @@ void nvhost_vic::OnClose(DeviceFD fd) { | ||||
|     if (iter != host1x_file.fd_to_id.end()) { | ||||
|         system.GPU().ClearCdmaInstance(iter->second); | ||||
|     } | ||||
|     auto it = sessions.find(fd); | ||||
|     if (it != sessions.end()) { | ||||
|         sessions.erase(it); | ||||
|     } | ||||
|     sessions.erase(fd); | ||||
| } | ||||
| 
 | ||||
| } // namespace Service::Nvidia::Devices
 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user