mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-04 15:19:09 +00:00
Config: Expose GFX_OVERLAY_PROJ_STATS setting in UI.
This commit is contained in:
parent
1e27183dff
commit
df7dd5d36a
3 changed files with 9 additions and 2 deletions
|
@ -120,7 +120,6 @@ void Statistics::Display() const
|
|||
ImGui::End();
|
||||
}
|
||||
|
||||
// Is this really needed?
|
||||
void Statistics::DisplayProj() const
|
||||
{
|
||||
if (!ImGui::Begin("Projection Statistics", nullptr, ImGuiWindowFlags_NoNavInputs))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue