diff --git a/steam-runtime-tools/system-info.c b/steam-runtime-tools/system-info.c
index 328ff7a4e921bccf7fc9e50ab0a16fc610f05927..3cb0a97ac5dc1e512e704bbecbbed3aeb67ceb6e 100644
--- a/steam-runtime-tools/system-info.c
+++ b/steam-runtime-tools/system-info.c
@@ -1804,42 +1804,42 @@ GList * srt_system_info_check_all_graphics (SrtSystemInfo *self,
   // Try each rendering interface
   // Try each window system
 
-  abi->cached_combined_issues |=
+  abi->cached_combined_graphics_issues |=
     srt_system_info_check_graphics (self,
                                     multiarch_tuple,
                                     SRT_WINDOW_SYSTEM_GLX,
                                     SRT_RENDERING_INTERFACE_GL,
                                     NULL);
 
-  abi->cached_combined_issues |=
+  abi->cached_combined_graphics_issues |=
     srt_system_info_check_graphics (self,
                                     multiarch_tuple,
                                     SRT_WINDOW_SYSTEM_EGL_X11,
                                     SRT_RENDERING_INTERFACE_GL,
                                     NULL);
 
-  abi->cached_combined_issues |=
+  abi->cached_combined_graphics_issues |=
     srt_system_info_check_graphics (self,
                                     multiarch_tuple,
                                     SRT_WINDOW_SYSTEM_EGL_X11,
                                     SRT_RENDERING_INTERFACE_GLESV2,
                                     NULL);
 
-  abi->cached_combined_issues |=
+  abi->cached_combined_graphics_issues |=
     srt_system_info_check_graphics (self,
                                     multiarch_tuple,
                                     SRT_WINDOW_SYSTEM_X11,
                                     SRT_RENDERING_INTERFACE_VULKAN,
                                     NULL);
 
-  abi->cached_combined_issues |=
+  abi->cached_combined_graphics_issues |=
     srt_system_info_check_graphics (self,
                                     multiarch_tuple,
                                     SRT_WINDOW_SYSTEM_X11,
                                     SRT_RENDERING_INTERFACE_VDPAU,
                                     NULL);
 
-  abi->cached_combined_issues |=
+  abi->cached_combined_graphics_issues |=
     srt_system_info_check_graphics (self,
                                     multiarch_tuple,
                                     SRT_WINDOW_SYSTEM_X11,