diff --git a/rpcs3/rpcs3qt/game_list_frame.cpp b/rpcs3/rpcs3qt/game_list_frame.cpp index 9bc9c0529..fb98d7911 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); }