mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-12-06 07:12:28 +01:00
Save compatibility draw state
This commit is contained in:
parent
90688c4970
commit
48416e81eb
|
|
@ -1409,4 +1409,5 @@ void game_list_frame::SetShowCompatibilityInGrid(bool show)
|
|||
{
|
||||
m_drawCompatStatusToGrid = show;
|
||||
RepaintIcons();
|
||||
m_gui_settings->SetValue(gui::gl_draw_compat, show);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue