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

(WiiU) Fix for modern devkitPPC versions #288

Merged
merged 1 commit into from
Dec 26, 2022

Conversation

ashquarky
Copy link

This change removes the old -mwup flag that is no longer in current versions of devkitPPC. The equivalent flags are provided instead.

This change also removes the int/long int tweaks use for the version of devkitPPC that RetroArch is currently pinned to. This will cause new, non-fatal, meaningless compiler warnings on this old version. The build and core still work fine. These warnings will be silenced when the project updates to a newer version of devkitPPC.

This is the same type of change we could expect all cores to need as per libretro/RetroArch#14429.

This change removes the old -mwup flag that is no longer in current versions of devkitPPC. The equivalent flags are provided instead.

This change also removes the int/long int tweaks required for the version of devkitPPC that RetroArch was pinned to. This will cause new, non-fatal, meaningless compiler warnings on the old version. The build and core still work fine. These warnings will be silenced when the project updates to a newer version of devkitPPC.
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