[jak2] fully implement *user* (#3046)

Fixes #1918
This commit is contained in:
ManDude
2023-10-01 04:28:30 +01:00
committed by GitHub
parent d149838485
commit dfeb88b35d
8 changed files with 18 additions and 13 deletions
+1 -1
View File
@@ -207,7 +207,7 @@ std::string find_repl_username() {
}
}
return "#f";
return "unknown";
}
fs::path get_startup_file_path(const std::string& username, const GameVersion game_version) {