mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 03:25:16 +00:00
Qt/patches: Only consider bootable games
This commit is contained in:
parent
d034f6a77f
commit
d429776418
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ patch_manager_dialog::patch_manager_dialog(std::shared_ptr<gui_settings> gui_set
|
|||
// Get owned games
|
||||
for (const auto& game : games)
|
||||
{
|
||||
if (game)
|
||||
if (game && game->info.bootable)
|
||||
{
|
||||
m_owned_games[game->info.serial].insert(game->GetGameVersion());
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue