mirror of
https://github.com/open-goal/jak-project
synced 2026-09-06 19:21:00 -04:00
config: change linux and windows config directories (#1582)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user