diff --git a/rpcs3/rpcs3qt/game_list_frame.cpp b/rpcs3/rpcs3qt/game_list_frame.cpp index 9bc9c0529d..fb98d79117 100644 --- a/rpcs3/rpcs3qt/game_list_frame.cpp +++ b/rpcs3/rpcs3qt/game_list_frame.cpp @@ -1409,4 +1409,5 @@ void game_list_frame::SetShowCompatibilityInGrid(bool show) { m_drawCompatStatusToGrid = show; RepaintIcons(); + m_gui_settings->SetValue(gui::gl_draw_compat, show); }