Skip to content

Commit

Permalink
added dirt rally 2 as a game for detection
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmii02 authored Jun 7, 2024
1 parent c886552 commit 8a54f4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Config/ConfigHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ private static Config AddDefaultProfiles(Config config)
GameType = GameTypes.Dirt
};
profile.throttleSettings.GripLossValue = 0.4f;
profile.executableNames.AddRange(new string[] { "drt"});
profile.executableNames.AddRange(new string[] { "drt", "dirtrally2"});
config.Profiles.Add("Dirt", profile);
}

Expand Down

0 comments on commit 8a54f4a

Please sign in to comment.