File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ std::filesystem::path installPath;
29
29
std::filesystem::path installUpdatePath;
30
30
std::filesystem::path SaveDir;
31
31
std::filesystem::path shadPs4Executable;
32
- char VERSION[] = " Release8.3 " ;
32
+ char VERSION[] = " Release8.4 " ;
33
33
34
34
std::filesystem::path GetShadUserDir () {
35
35
auto user_dir = std::filesystem::current_path () / " user" ;
Original file line number Diff line number Diff line change @@ -303,7 +303,7 @@ void BBLauncher::StartBackupSave() {
303
303
304
304
auto save_dir = Common::SaveDir / " 1" / Common::game_serial;
305
305
if (Common::game_serial == " CUSA03173" )
306
- save_dir = Common::SaveDir / " 1" / " CUSA00207" / " SPRJ0005 " ;
306
+ save_dir = Common::SaveDir / " 1" / " CUSA00207" ;
307
307
auto backup_dir = BackupPath / " BACKUP1" ;
308
308
309
309
while (true ) {
You can’t perform that action at this time.
0 commit comments