Fixed SteamGame so it handles copies

Fixed SteamGame so it handles copies, and also
fixed the SteamLibrary so it works properly and
works. HeliosPlus now will run shortcuts and
load the game perfectly!
This commit is contained in:
terrymacdonald
2020-07-22 21:52:36 +12:00
parent 71928a9b44
commit ee7703255e
3 changed files with 23 additions and 12 deletions

View File

@ -16,7 +16,7 @@ namespace HeliosPlus.GameLibraries
{
#region Class Variables
// Common items to the class
private static List<SteamGame> _allSteamGames = null;
private static List<SteamGame> _allSteamGames = new List<SteamGame>();
private static string steamAppIdRegex = @"/^[0-9A-F]{1,10}$";
private static string _steamExe;
private static string _steamPath;