mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-03-27 22:02:25 -06:00
Qt/patches: Only consider bootable games
This commit is contained in:
parent
d034f6a77f
commit
d429776418
@ -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…
Reference in New Issue
Block a user