-
Notifications
You must be signed in to change notification settings - Fork 126
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
Remove uses of Autohook from latencyflex.cpp
#789
Remove uses of Autohook from latencyflex.cpp
#789
Conversation
|
|
I forgor 💀 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes look good 🐟
not seeing NorthstarLauncher/primedev/client/latencyflex.cpp Lines 31 to 32 in c8b7bb0
Reading the check the convar only exists when either |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The line @F1F7Y mentioned still shows up using this PR so I guess it works. Unfortunately I don't have a LatencyFlex setup to test this further so this must do ig.
[2024-08-31] [11:32:02] [NORTHSTAR] [info] Unable to load LatencyFleX library, LatencyFleX disabled.
Removes AUTOHOOK macro from `latencyflex.cpp`.
Code review:
o_p
so any times where the old AUTOHOOK was calling the original function it should now be calling that instead.h_
so any times where we would be wanting to call the hooked function from other functions should now be calling that insteadTesting:
r_latencyflex
works as usual