dolphin/Source
Dentomologist f94e6cb73e PerformanceMetrics: Call ImGui::End() unconditionally
Move ImGui::End() calls out of if(ImGui::Begin()) blocks.

Quoting from ImGui::Begin's function comment in imgui.cpp:
"You always need to call ImGui::End() even if false is returned."

In practice this didn't cause problems because the windows don't have
title bars and thus can't be collapsed, and so the block containing
::End would always run, but let's do it the right way.
2025-02-02 14:14:56 -08:00
..
Android
Core PerformanceMetrics: Call ImGui::End() unconditionally 2025-02-02 14:14:56 -08:00
DSPSpy
DSPTool
PCH
UnitTests
VSProps
.clang-format
CMakeLists.txt
dolphin-emu.sln