From c18c039089bdc27cbccf92a9053ed80bb161a9b9 Mon Sep 17 00:00:00 2001 From: Jordan Woyak Date: Fri, 7 Mar 2025 14:43:39 -0600 Subject: VideoCommon: Move backend_info out of VideoConfig struct. --- Source/Core/VideoCommon/Statistics.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Core/VideoCommon/Statistics.cpp') diff --git a/Source/Core/VideoCommon/Statistics.cpp b/Source/Core/VideoCommon/Statistics.cpp index 311455f16d..6326aeed82 100644 --- a/Source/Core/VideoCommon/Statistics.cpp +++ b/Source/Core/VideoCommon/Statistics.cpp @@ -73,7 +73,7 @@ void Statistics::Display() const ImGui::NextColumn(); }; - if (g_ActiveConfig.backend_info.api_type == APIType::Nothing) + if (g_backend_info.api_type == APIType::Nothing) { draw_statistic("Objects", "%d", this_frame.num_drawn_objects); draw_statistic("Vertices Loaded", "%d", this_frame.num_vertices_loaded); -- cgit v1.2.3