CommonPaths: Add a Riivolution subfolder in Load.

This commit is contained in:
Admiral H. Curtiss 2021-09-26 06:16:55 +02:00
commit a4da56e5e6
No known key found for this signature in database
GPG key ID: F051B4C4044F33FB
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)