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

[pull] master from LibreVR:master #76

Merged
merged 9 commits into from
Oct 3, 2019
Prev Previous commit
Next Next commit
ReviveInjector: change XR loader dll to 1.0
Signed-off-by: Quentin Young <qlyoung@qlyoung.net>
  • Loading branch information
qlyoung committed Oct 3, 2019
commit 1de721546fdd01a68055caa70a25ed6ba7f2c86d
2 changes: 1 addition & 1 deletion ReviveInjector/inject.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ bool InjectOpenVR(HANDLE hProcess, HANDLE hThread, bool xr)
char dllPath[MAX_PATH];
if (xr)
{
GetAbsolutePath(dllPath, MAX_PATH, "openxr_loader-0_90.dll");
GetAbsolutePath(dllPath, MAX_PATH, "openxr_loader-1_0.dll");
}
else
{
Expand Down