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

WiiUtils: Migrate to new filesystem interface #6758

Merged
merged 2 commits into from May 6, 2018

Conversation

leoetlino
Copy link
Member

A 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.

const bool can_enable = !Core::IsRunning() || !SConfig::GetInstance().bWii;
install_wad_item->Enable(can_enable);
uninstall_wad_item->Enable(can_enable &&
WiiUtils::IsTitleInstalled(selected_iso->GetTitleID()));

This comment was marked as off-topic.

This comment was marked as off-topic.

@leoetlino leoetlino merged commit 8e3cad9 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