diff --git a/Source/Core/Core/WiiRoot.cpp b/Source/Core/Core/WiiRoot.cpp index 3b7a17ab97..4096504867 100644 --- a/Source/Core/Core/WiiRoot.cpp +++ b/Source/Core/Core/WiiRoot.cpp @@ -39,6 +39,8 @@ static bool CopyBackupFile(const std::string& path_from, const std::string& path if (!File::Exists(path_from)) return false; + File::CreateFullPath(path_to); + return File::Copy(path_from, path_to); }