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

reduce compiler noise for steamshim_parent.cpp #524

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Oct 5, 2024

  1. remove redundant findApp function

    Instead put a preprocessor check inside findExe() to ensure that macOS treats a found .app directory as executable path.
    darealshinji authored Oct 5, 2024
    Configuration menu
    Copy the full SHA
    031af9f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0884b99 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4db2429 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5edc337 View commit details
    Browse the repository at this point in the history
  5. rename variable LpCmdLine to GlpCmdLine

    This makes it more distinguishable from lpCmdLine
    darealshinji authored Oct 5, 2024
    Configuration menu
    Copy the full SHA
    6eb2f6c View commit details
    Browse the repository at this point in the history