mirror of
https://github.com/terrymacdonald/DisplayMagician.git
synced 2024-08-30 18:32:20 +00:00
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:
@ -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;
|
||||
|
Reference in New Issue
Block a user