mirror of
				https://github.com/PancakeTAS/lsfg-vk.git
				synced 2025-10-30 07:01:10 +00:00 
			
		
		
		
	feat(exe): update default configuration
This commit is contained in:
		
							parent
							
								
									26e4dc5827
								
							
						
					
					
						commit
						62ce71e4d4
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		|  | @ -32,7 +32,7 @@ multiplier = 4 | ||||||
| performance_mode = false | performance_mode = false | ||||||
| 
 | 
 | ||||||
| [[game]] # override Genshin Impact | [[game]] # override Genshin Impact | ||||||
| exe = "Genshin" | exe = "GenshinImpact.exe" | ||||||
| 
 | 
 | ||||||
| multiplier = 3 | multiplier = 3 | ||||||
| )"; | )"; | ||||||
|  |  | ||||||
|  | @ -50,7 +50,7 @@ pub fn default_config() -> TomlConfig { | ||||||
|                 experimental_present_mode: PresentMode::Vsync, |                 experimental_present_mode: PresentMode::Vsync, | ||||||
|             }, |             }, | ||||||
|             TomlGame { |             TomlGame { | ||||||
|                 exe: String::from("Genshin"), |                 exe: String::from("GenshinImpact.exe"), | ||||||
|                 multiplier: Multiplier::from(3), |                 multiplier: Multiplier::from(3), | ||||||
|                 flow_scale: FlowScale::from(1.0), |                 flow_scale: FlowScale::from(1.0), | ||||||
|                 performance_mode: false, |                 performance_mode: false, | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 PancakeTAS
						PancakeTAS