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

Re-Implement -vrmode from OpenVR for use within OpenXR #105

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

Conversation

ModdingPink
Copy link

Will do nothing if using an OpenVR build (pre-1.29.4) as its using a feature of OpenXR
https://registry.khronos.org/OpenXR/specs/1.0/loader.html#_table_of_debug_environment_variables

@Meivyn
Copy link
Collaborator

Meivyn commented Dec 16, 2024

Would you mind updating your PR with the changes we discussed and the documentation accordingly? New arguments should be documented. Also you must sign your commits otherwise I can't merge.

@@ -126,23 +126,16 @@ public static void SetOpenXRRuntime(string[] arguments)

targetRuntime = targetRuntime.ToLower(System.Globalization.CultureInfo.CurrentCulture);
Copy link
Collaborator

@Meivyn Meivyn Feb 6, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use ordinal comparison whenever possible instead of ToLower, as you did below. Also, I'd rather enforce it being case-sensitive than not.

IPA.Injector/Injector.cs Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants