Skip to content

Commit

Permalink
Merge pull request #34 from zchenak/main
Browse files Browse the repository at this point in the history
Added support for FM8 steam version
  • Loading branch information
cosmii02 committed Oct 13, 2023
2 parents 30f437b + dc49fe6 commit 307ec46
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions AppCheckThread.cs
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ public void Run()
forzaProcesses += Process.GetProcessesByName("ForzaHorizon4").Length; //Guess at name
forzaProcesses += Process.GetProcessesByName("ForzaMotorsport7").Length; //Guess at name
forzaProcesses += Process.GetProcessesByName("forza_gaming.desktop.x64_release_final").Length; //Guess at name
forzaProcesses += Process.GetProcessesByName("forza_steamworks_release_final").Length; //Guess at name

// DSX = "DSX" or "DualSenseX"
DSX = Process.GetProcessesByName("DSX");
Expand Down
2 changes: 1 addition & 1 deletion Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace ForzaDSX
{
public class Program
{
public const String VERSION = "0.5.7";
public const String VERSION = "0.5.8";

[STAThread]
static void Main(string[] args)
Expand Down
Binary file modified publish/ForzaDSX.exe
Binary file not shown.
Binary file modified publish/ForzaDSX.zip
Binary file not shown.

0 comments on commit 307ec46

Please sign in to comment.