mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-07 23:41:26 +12:00
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:
parent
3c231ee9b7
commit
841f815be3
5 changed files with 37 additions and 15 deletions
|
@ -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()};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue