From 583ec5d819c4a28d22e1819252d8d8d3d0c02db4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3oPaulo?= <53271430+Joaozin-tech@users.noreply.github.com> Date: Wed, 5 Mar 2025 10:00:07 -0300 Subject: [PATCH] Update FW 4.92 Latest Version (#16811) Update FW 4.92 Latest Version Updates the latest FW version according to: https://www.playstation.com/en-us/support/hardware/ps3/system-software/ List of changes: This system software update improves system performance. --- rpcs3/rpcs3qt/main_window.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpcs3/rpcs3qt/main_window.cpp b/rpcs3/rpcs3qt/main_window.cpp index 71adff9dbe..9c5562d6a0 100644 --- a/rpcs3/rpcs3qt/main_window.cpp +++ b/rpcs3/rpcs3qt/main_window.cpp @@ -1586,7 +1586,7 @@ void main_window::HandlePupInstallation(const QString& file_path, const QString& return; } - static constexpr std::string_view cur_version = "4.91"; + static constexpr std::string_view cur_version = "4.92"; std::string version_string;