libretro / snes9x

Snes9x - Portable Super Nintendo Entertainment System (TM) emulator
http://www.snes9x.com
Other
46 stars 55 forks source link

(WiiU) Fix for modern devkitPPC versions #288

Closed ashquarky closed 1 year ago

ashquarky commented 1 year ago

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 https://github.com/libretro/RetroArch/issues/14429.