feat(exe): update default configuration

This commit is contained in:
PancakeTAS 2025-08-07 16:51:54 +02:00 committed by Pancake
parent 26e4dc5827
commit 62ce71e4d4
2 changed files with 2 additions and 2 deletions

View file

@ -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
)"; )";

View file

@ -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,