mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	another fix
This commit is contained in:
		
							parent
							
								
									16ebb38b4a
								
							
						
					
					
						commit
						39140bbff8
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -139,7 +139,7 @@ void CreateProfile(std::string name) { | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| void DeleteProfile(int index) { | void DeleteProfile(int index) { | ||||||
|     values.input_profiles(values.input_profiles.begin() + index); |     values.input_profiles.erase(values.input_profiles.begin() + index); | ||||||
|     LoadProfile(0); |     LoadProfile(0); | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue