diff --git a/MarathonRecomp/gpu/video.cpp b/MarathonRecomp/gpu/video.cpp index 8829d9e6a..43870df4f 100644 --- a/MarathonRecomp/gpu/video.cpp +++ b/MarathonRecomp/gpu/video.cpp @@ -2696,6 +2696,9 @@ static void DrawProfiler() if (sdlVideoDriver != nullptr) ImGui::Text("SDL Video Driver: %s", sdlVideoDriver); + ImGui::NewLine(); + ImGui::Text("Output Resolution: %d x %d", Video::s_viewportWidth, Video::s_viewportHeight); + ImGui::NewLine(); ImGui::Checkbox("Show FPS", &Config::ShowFPS.Value); ImGui::NewLine();