Skip to content

Commit 9c1c135

Browse files
authored
Add output resolution to video debug window. (#167)
1 parent 0bc310f commit 9c1c135

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

MarathonRecomp/gpu/video.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2696,6 +2696,9 @@ static void DrawProfiler()
26962696
if (sdlVideoDriver != nullptr)
26972697
ImGui::Text("SDL Video Driver: %s", sdlVideoDriver);
26982698

2699+
ImGui::NewLine();
2700+
ImGui::Text("Output Resolution: %d x %d", Video::s_viewportWidth, Video::s_viewportHeight);
2701+
26992702
ImGui::NewLine();
27002703
ImGui::Checkbox("Show FPS", &Config::ShowFPS.Value);
27012704
ImGui::NewLine();

0 commit comments

Comments
 (0)