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

Windows support #6

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Commits on Feb 28, 2023

  1. Add VS project

    TellowKrinkle committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    553b209 View commit details
    Browse the repository at this point in the history
  2. Add windows support

    Windows ID3D11DeviceContext likes rewriting its own vtable pointers, so we can't hook it that way
    TellowKrinkle committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    b8c9972 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2023

  1. Remove spammy debug log

    TellowKrinkle committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    400c63f View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. Use normal LoadLibrary for loading d3d11_proxy

    For some reason, LOAD_LIBRARY_SEARCH_APPLICATION_DIR won't find a dxvk dll next to the main exe on Windows
    TellowKrinkle committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    349fdbc View commit details
    Browse the repository at this point in the history