Skip to content
Permalink
Browse files
Merge pull request #8593 from leoetlino/wiiroot-sysmenu
WiiRoot: Fix CopySysmenuFilesToFS directory creation
  • Loading branch information
JosJuice committed Jan 30, 2020
2 parents 57f4837 + f1f293b commit 4f01dad
Showing 1 changed file with 1 addition and 1 deletion.
@@ -188,7 +188,7 @@ static bool CopySysmenuFilesToFS(FS::FileSystem* fs, const std::string& host_sou

if (entry.isDirectory)
{
fs->CreateFullPath(IOS::SYSMENU_UID, IOS::SYSMENU_GID, nand_path + '/', 0, public_modes);
fs->CreateDirectory(IOS::SYSMENU_UID, IOS::SYSMENU_GID, nand_path, 0, public_modes);
if (!CopySysmenuFilesToFS(fs, host_path, nand_path))
return false;
}

0 comments on commit 4f01dad

Please sign in to comment.