Skip to content

Commit d5af43d

Browse files
committed
Correction for backup save folder
1 parent 3f5ec35 commit d5af43d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/Common.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ std::filesystem::path installPath;
2929
std::filesystem::path installUpdatePath;
3030
std::filesystem::path SaveDir;
3131
std::filesystem::path shadPs4Executable;
32-
char VERSION[] = "Release8.3";
32+
char VERSION[] = "Release8.4";
3333

3434
std::filesystem::path GetShadUserDir() {
3535
auto user_dir = std::filesystem::current_path() / "user";

modules/bblauncher.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ void BBLauncher::StartBackupSave() {
303303

304304
auto save_dir = Common::SaveDir / "1" / Common::game_serial;
305305
if (Common::game_serial == "CUSA03173")
306-
save_dir = Common::SaveDir / "1" / "CUSA00207" / "SPRJ0005";
306+
save_dir = Common::SaveDir / "1" / "CUSA00207";
307307
auto backup_dir = BackupPath / "BACKUP1";
308308

309309
while (true) {

0 commit comments

Comments
 (0)