mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	common, input_common, network: fix warnings
This commit is contained in:
		
							parent
							
								
									946a32d793
								
							
						
					
					
						commit
						7e134421d5
					
				
					 3 changed files with 8 additions and 8 deletions
				
			
		|  | @ -170,7 +170,7 @@ static std::wstring CPToUTF16(u32 code_page, const std::string& input) { | |||
|         MultiByteToWideChar(code_page, 0, input.data(), static_cast<int>(input.size()), nullptr, 0); | ||||
| 
 | ||||
|     if (size == 0) { | ||||
|         return L""; | ||||
|         return {}; | ||||
|     } | ||||
| 
 | ||||
|     std::wstring output(size, L'\0'); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue