mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 22:19:02 +00:00
patch_manager: fix owned games o. for all versions
This commit is contained in:
parent
a5368d766a
commit
ef203f6bcb
5 changed files with 19 additions and 12 deletions
|
|
@ -1542,7 +1542,7 @@ void main_window::CreateConnects()
|
|||
{
|
||||
if (game)
|
||||
{
|
||||
games[game->info.serial].insert(game->info.app_ver);
|
||||
games[game->info.serial].insert(game_list_frame::GetGameVersion(game));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue