CommonPaths: Add a Riivolution subfolder in Load.

This commit is contained in:
Admiral H. Curtiss
2021-09-26 06:16:55 +02:00
parent 09fc39e2e5
commit a4da56e5e6
4 changed files with 5 additions and 0 deletions

View File

@ -67,6 +67,7 @@ static void CreateLoadPath(const std::string& path)
if (!path.empty())
File::SetUserPath(D_LOAD_IDX, path + '/');
File::CreateFullPath(File::GetUserPath(D_HIRESTEXTURES_IDX));
File::CreateFullPath(File::GetUserPath(D_RIIVOLUTION_IDX));
}
static void CreateResourcePackPath(const std::string& path)