adding home dir

This commit is contained in:
georgemoralis 2025-06-12 18:50:12 +03:00
parent dbaf2cc38e
commit 7d6b79b19e
2 changed files with 3 additions and 0 deletions

View file

@ -137,6 +137,7 @@ static auto UserPaths = [] {
create_path(PathType::PatchesDir, user_dir / PATCHES_DIR);
create_path(PathType::MetaDataDir, user_dir / METADATA_DIR);
create_path(PathType::CustomTrophy, user_dir / CUSTOM_TROPHY);
create_path(PathType::HomeDir, user_dir / HOME_DIR);
std::ofstream notice_file(user_dir / CUSTOM_TROPHY / "Notice.txt");
if (notice_file.is_open()) {