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

openxr: Sync with upstream 1.0.31, don't build obsolete dispatch table #83984

Merged
merged 1 commit into from
Oct 27, 2023

Conversation

akien-mga
Copy link
Member

@akien-mga akien-mga commented Oct 26, 2023

The removal of src/xr_generated_dispatch_table.c (which is now replaced by src/xr_generated_dispatch_table_core.c, but for some reason upstream kept the old one in their distribution) might fix the crash users have been experiencing in #83674 with Windows binaries compiled with mingw-gcc.

@akien-mga akien-mga added this to the 4.2 milestone Oct 26, 2023
@akien-mga akien-mga requested a review from a team as a code owner October 26, 2023 07:27
@akien-mga akien-mga requested a review from a team October 26, 2023 12:59
@akien-mga akien-mga merged commit c05341e into godotengine:master Oct 27, 2023
15 checks passed
@akien-mga akien-mga deleted the openxr-1.0.31 branch October 27, 2023 09:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

OpenXR project crashes on Windows when using OpenXR 1.0.29 or later, compiled with mingw-gcc
1 participant