mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-01-08 20:49:35 -06:00
Fix new saves being written to game root
This commit is contained in:
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user