config: change linux and windows config directories (#1582)

This commit is contained in:
Tyler Wilding
2022-06-30 18:05:26 -04:00
committed by GitHub
parent 4ebb961246
commit 0cefb366f6
5 changed files with 34 additions and 18 deletions
+2 -2
View File
@@ -519,7 +519,7 @@ void InitMachine_PCPort() {
}
// setup string constants
auto user_dir_path = file_util::get_user_game_dir();
auto user_dir_path = file_util::get_user_config_dir();
intern_from_c("*pc-user-dir-base-path*")->value() =
make_string_from_c(user_dir_path.string().c_str());
// TODO - we will eventually need a better way to know what game we are playing
@@ -621,4 +621,4 @@ void InitMachineScheme() {
}
}
} // namespace jak2
} // namespace jak2