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

Build fix for XSX #22

Merged
merged 1 commit into from
Dec 24, 2022
Merged

Build fix for XSX #22

merged 1 commit into from
Dec 24, 2022

Conversation

rtjonnyr
Copy link
Contributor

This is a fix we required locally for our XSX client builds.

Notes from the person who contributed the fix are "Don't let imgui build platform native stuff on xbox.
Without this define imgui will detect _WIN32 and try to compile platform handlers for clipboard and similar functionality as if the platform is windows. This code doesn't compile for xbox so we inject a define for XSX builds that compiled out this code."

@sammyfreg sammyfreg merged commit b83f633 into sammyfreg:master Dec 24, 2022
@sammyfreg
Copy link
Owner

Thanks! I am not using UE at work and don't have access to console SDK at home, so this platform bug fixes are useful.

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