mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	Removed all instances of WSACleanup();.
This commit is contained in:
		
							parent
							
								
									aee8bf680c
								
							
						
					
					
						commit
						5d123144ff
					
				
					 1 changed files with 0 additions and 7 deletions
				
			
		|  | @ -794,10 +794,6 @@ static void ShutdownSockets(Interface* self) { | |||
|     // TODO(Subv): Implement
 | ||||
|     CleanupSockets(); | ||||
| 
 | ||||
| #ifdef _WIN32 | ||||
|     WSACleanup(); | ||||
| #endif | ||||
| 
 | ||||
|     u32* cmd_buffer = Kernel::GetCommandBuffer(); | ||||
|     cmd_buffer[1] = 0; | ||||
| } | ||||
|  | @ -908,9 +904,6 @@ SOC_U::SOC_U() { | |||
| 
 | ||||
| SOC_U::~SOC_U() { | ||||
|     CleanupSockets(); | ||||
| #ifdef _WIN32 | ||||
|     WSACleanup(); | ||||
| #endif | ||||
| } | ||||
| 
 | ||||
| } // namespace SOC
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue