mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	chore: Fix GCC 13 compilation and SoundTouch libraries being installed. (#6593)
This commit is contained in:
		
							parent
							
								
									abd949fea1
								
							
						
					
					
						commit
						52f88f8fb4
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		|  | @ -22,7 +22,7 @@ bool VerifyLogin(const std::string& host, const std::string& username, const std | |||
|         return username.empty(); | ||||
|     } | ||||
| 
 | ||||
|     return username == *iter; | ||||
|     return *iter == username; | ||||
| } | ||||
| 
 | ||||
| } // namespace WebService
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue