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

Restore missing Wii U compiler flags #111

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

Conversation

vaguerant
Copy link

Proactive buildfix per libretro/RetroArch#14925, which will necessitate an update of the Wii U toolchain to a version which no longer supports the -mwup flag. Safe to merge now; new flags are synonymous and function in both old and new toolchains.

@LibretroAdmin
Copy link
Contributor

Can you fix the merge conflict?

@vaguerant
Copy link
Author

vaguerant commented Jul 2, 2024

Oh sorry, I hadn't realized Ploggy already had a PR in for this core. But it looks like the previous PR accidentally removed some additional flags over what was necessary, so this PR is now essentially just restoring -U__INT32_TYPE__ -U __UINT32_TYPE__ -D__INT32_TYPE__=int which were removed by accident.

EDIT: Renamed PR per above.

@vaguerant vaguerant changed the title Remove outdated Wii U compiler flag Restore missing Wii U compiler flags Jul 2, 2024
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