patch_manager: add option to only show owned games

and remove the app version level from the gui
This commit is contained in:
Megamouse 2020-06-26 18:31:42 +02:00
parent 12dded403f
commit 695cfead16
6 changed files with 101 additions and 63 deletions

View file

@ -2230,3 +2230,8 @@ void game_list_frame::SetShowCompatibilityInGrid(bool show)
RepaintIcons();
m_gui_settings->SetValue(gui::gl_draw_compat, show);
}
QList<game_info> game_list_frame::GetGameInfo() const
{
return m_game_data;
}