Qt: unify version displays

The only version that is different is the game window due to some formatting.
And the update message due to some logic that is better left unchanged.
This commit is contained in:
Megamouse 2022-04-14 22:32:45 +02:00
parent 3c231ee9b7
commit 841f815be3
5 changed files with 37 additions and 15 deletions

View file

@ -478,7 +478,7 @@ int main(int argc, char** argv)
{
// Write RPCS3 version
logs::stored_message ver{sys_log.always()};
ver.text = fmt::format("RPCS3 v%s | %s", rpcs3::get_version().to_string(), rpcs3::get_branch());
ver.text = fmt::format("RPCS3 v%s", rpcs3::get_verbose_version());
// Write System information
logs::stored_message sys{sys_log.always()};