diff --git a/DS4Windows/DS4Forms/WinProgs.cs b/DS4Windows/DS4Forms/WinProgs.cs index 13f4084..1e32230 100644 --- a/DS4Windows/DS4Forms/WinProgs.cs +++ b/DS4Windows/DS4Forms/WinProgs.cs @@ -25,8 +25,8 @@ namespace DS4Windows List programpaths = new List(); List lodsf = new List(); bool appsloaded = false; - const string steamCommx86Loc = @"C:\Program Files (x86)\Steam\steamapps\common"; - const string steamCommLoc = @"C:\Program Files\Steam\steamapps\common"; + public const string steamCommx86Loc = @"C:\Program Files (x86)\Steam\steamapps\common"; + public const string steamCommLoc = @"C:\Program Files\Steam\steamapps\common"; const string originx86Loc = @"C:\Program Files (x86)\Origin Games"; const string originLoc = @"C:\Program Files\Origin Games";