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

Update Remnant 2 fix and MSBuild workflow #7

Merged
merged 4 commits into from
Aug 7, 2023

Commits on Jul 29, 2023

  1. Remnant 2 TAA and Sharpness Fix

    Included fix for Remnant 2
    Updated readme to include Planet of Lana and Remnant 2 fixes
    TL431 committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    ae5f7ba View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2023

  1. Configuration menu
    Copy the full SHA
    c22d146 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed70da8 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Update msbuild to include additional files (.ini files) and automatic…

    …ally copy dinput8.dll with the correct name
    
    This update to the msbuild workflow should facilitate the fix installation for the end-user. New projects must create a dummy dll file with the naming convention "$(ProjectName)_dinput8.dll" in the release output directory, which will then be used by the script to copy the asi loader with the correct name.
    
    For example, if a certain game needs winmm.dll, the complete command that should be used for the post build is:
    "copy  NUL $(OutDirFullPath)$(ProjectName)_winmm.dll"
    
    The same naming convention applies to include additional files (e.g. .ini)
    TL431 committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    cdd24ed View commit details
    Browse the repository at this point in the history