Fix new saves being written to game root

This commit is contained in:
Hyper
2024-10-21 23:43:17 +01:00
parent 78cba0e78d
commit 08a15e3b33
3 changed files with 10 additions and 2 deletions

View File

@@ -40,7 +40,7 @@ void KiSystemStartup()
XamRegisterContent(gameContent, DirectoryExists(".\\game") ? ".\\game" : ".");
XamRegisterContent(updateContent, ".\\update");
const auto savePath = Config::GetUserPath() / "save";
const auto savePath = Config::GetSavePath();
const auto saveName = "SYS-DATA";
// TODO: implement save slots?