Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't override SteamGameId if it's already set
Valve's proton wine has code that checks for SteamGameId for specific games. This is required for alternate code paths for those games. Some examples include Red Dead Redemption 2 and GTA V. For the non-steam versions of those games we have to define SteamGameId as an envvar with the actual Steam Id value in order for those code changes to take effect, therefore we cannot assign SteamGameId to 'lutris-game' for all games.
- Loading branch information