Standardize game_data directory for game metadata. (#809)

This commit is contained in:
squidbus
2024-09-06 03:27:23 -07:00
committed by GitHub
parent bad3d5a68e
commit a48bfb0fa6
7 changed files with 17 additions and 12 deletions

View File

@@ -116,6 +116,7 @@ static auto UserPaths = [] {
create_path(PathType::CheatsDir, user_dir / CHEATS_DIR);
create_path(PathType::PatchesDir, user_dir / PATCHES_DIR);
create_path(PathType::AddonsDir, user_dir / ADDONS_DIR);
create_path(PathType::MetaDataDir, user_dir / METADATA_DIR);
return paths;
}();