mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-02-11 06:40:39 +00:00
Qt: show patch version for disc games regardless of the patch category
Patches for disc games can also appear as "TV App" etc.
This commit is contained in:
parent
285b9dad83
commit
544a458f20
@ -748,7 +748,7 @@ void game_list_frame::OnRefreshFinished()
|
||||
return false;
|
||||
};
|
||||
|
||||
if (entry->info.serial == other->info.serial && other->info.category == "GD" && other->info.app_ver != cat_unknown_localized)
|
||||
if (entry->info.serial == other->info.serial && other->info.category != "DG" && other->info.app_ver != cat_unknown_localized)
|
||||
{
|
||||
// Update the app version if it's higher than the disc's version (old games may not have an app version)
|
||||
if (entry->info.app_ver == cat_unknown_localized || version_is_bigger(other->info.app_ver, entry->info.app_ver, entry->info.serial, true))
|
||||
|
Loading…
x
Reference in New Issue
Block a user