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

IOS/NCD: Migrate to new filesystem interface #6766

Merged
merged 2 commits into from May 6, 2018

Conversation

leoetlino
Copy link
Member

Followup for the migration work started in 8317a66

The goal is to make all accesses to the Wii filesystem go through the common interface so that we can switch to a different storage and keep track of things like metadata in the future.

Conveniently, we already have UID values for all of the IOS sysmodules so the only thing we need to do is pass them to the FS code.

Analogous to File::CreateFullPath, but for the Wii filesystem so this
ensures that directories and files receive proper attributes.

(This function is technically not part of the FS sysmodule but it's in
an internal FS library that is reused in several IOS sysmodules.)
A followup for the migration work started in 8317a66
@leoetlino leoetlino merged commit c3d88a6 into dolphin-emu:master May 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants