Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Steam Linux Runtime: Re-enable parsing Steam Linux Runtime from Compatibility Tool start command #1086

Merged
merged 2 commits into from
Apr 19, 2024

Commits on Apr 18, 2024

  1. Steam Linux Runtime: Re-enable parsing Steam Linux Runtime from Compa…

    …tibility Tool start command
    
    Primarily (but not exclusively) allows native games that
    have a Steam Linux Runtime selected (either by the user,
    or by Valve as sometimes they force SLR 1.0 or 3.0 for
    games) to launch with the SLR selected.
    
    Previously, the SLR would be ignored entirely if it
    came from the compatibility tool, but this causes
    incompatibilities with games that REQUIRE a specific
    SLR version (ex: CS2 requires SLR 3.0 and is selected
    by Valve, the user doesn't have a choice)
    
    This change allows STL to read the SLR coming from
    the compat tool launch, so if a game is launched
    with a specified SLR version, we will use this
    instead of ignoring or building the start command
    ourselves.
    sonic2kk committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    7572654 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. version bump + more comments

    sonic2kk committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    56c2b51 View commit details
    Browse the repository at this point in the history