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

WiiRoot: Fix CopySysmenuFilesToFS directory creation #8593

Merged
merged 1 commit into from Jan 30, 2020

Conversation

leoetlino
Copy link
Member

Fixes a regression from #8539.

CreateDirectory was the correct function to use for creating
directories since parent directories already exist.

While using CreateFullPath would have worked, that currently fails because parent directories are not owned by the system menu. I will fix CreateFullPath to handle that case in a few hours, but for now this PR fixes the most urgent issue.

Fixes a regression from dolphin-emu#8539.

CreateDirectory was the correct function to use for creating
directories since parent directories already exist and are
not owned by the system menu.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants