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 compatibility with upcoming Aroma build #102

Merged
merged 2 commits into from
Jun 28, 2024

Conversation

ashquarky
Copy link
Contributor

Hatari hardcodes paths to the system directory for each console. In the upcoming Aroma build for Wii U RetroArch (libretro/RetroArch#14925), these paths changed. Rather than updating them to a new hardcoded path, use the libretro API to get the system directory.

Changes like this could probably be had on all the console ports, but this affects Wii U only for now. This code still works fine on the current Tiramisu build, so it's safe to merge without waiting for Aroma.

Removes the deprecated -mwup compile flag, removed from newer devkitPPC releases. This flag simply set a few defines and compile options, so set the same defines by hand.

Will not affect old (Tiramisu) compiler while adding support for newer tools.
The SD card path has changed in newer builds (fs:/vol/external01 instead of sd:/). There's no reason to hardcode either path, so instead use the libretro API for this.

CONFDIR seems unused.
@LibretroAdmin LibretroAdmin merged commit c10a21d into libretro:master Jun 28, 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