Update FW 4.89 Latest Version

Updates the latest FW version according to: https://www.playstation.com/en-us/support/hardware/ps3/system-software/
List of changes:
Version 4.89
Signing in to PlayStation Network now requires a device password for enhanced account protection.
Account creation for PlayStation Network and some account management features are no longer available on the console. Use your PC or mobile browser to use account management features with improved performance, speed, and safety.
This commit is contained in:
JoãoPaulo 2022-05-10 17:24:31 -03:00 committed by Megamouse
parent 1df47352cc
commit 5b8f105308
1 changed files with 1 additions and 1 deletions

View File

@ -1139,7 +1139,7 @@ void main_window::HandlePupInstallation(const QString& file_path, const QString&
return;
}
static constexpr std::string_view cur_version = "4.88";
static constexpr std::string_view cur_version = "4.89";
std::string version_string;