mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-11 09:18:40 +12:00
patch_manager: add option to only show owned games
and remove the app version level from the gui
This commit is contained in:
parent
12dded403f
commit
695cfead16
6 changed files with 101 additions and 63 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue