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

Add Config Toggle to Enable / Disable HRTF Bools in OpenAl #119

Merged
merged 2 commits into from
Feb 7, 2024

Conversation

KAMKEEL
Copy link
Contributor

@KAMKEEL KAMKEEL commented Feb 7, 2024

Two toggles are now turned off by default to disable HRTF
Fixed the config to lowercase else it will appear in the config like this:

openglContext {
}


openglcontext {
    # Enable KHR_debug in the OpenGL context for advanced debugging capabilities [default: false]
    B:debugContext=false

    # Make the framebuffer double-buffered (will cause visual artifacts if disabled) [default: true]
    B:doubleBuffer=true

    # Enable GL_KHR_no_error to use faster driver code, but which can cause memory corruption in case of OpenGL errors [default: false]
    B:noError=false

    # Make the framebuffer use the sRGB color space [default: false]
    B:srgb=false
}

@eigenraven eigenraven merged commit 2229295 into GTNewHorizons:master Feb 7, 2024
1 check passed
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