mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-13 10:18:40 +12:00
Save compatibility draw state
This commit is contained in:
parent
90688c4970
commit
48416e81eb
1 changed files with 1 additions and 0 deletions
|
@ -1409,4 +1409,5 @@ void game_list_frame::SetShowCompatibilityInGrid(bool show)
|
||||||
{
|
{
|
||||||
m_drawCompatStatusToGrid = show;
|
m_drawCompatStatusToGrid = show;
|
||||||
RepaintIcons();
|
RepaintIcons();
|
||||||
|
m_gui_settings->SetValue(gui::gl_draw_compat, show);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue