game: add a clear text label for how to hide the top bar (#2845)

This commit is contained in:
Tyler Wilding
2023-07-24 18:06:09 -06:00
committed by GitHub
parent 50230e05fa
commit 9376557834
@@ -162,6 +162,7 @@ void OpenGlDebugGui::draw(const DmaStats& dma_stats) {
}
ImGui::EndMenu();
}
ImGui::Text("Press F12 to hide this menu");
}
ImGui::EndMainMenuBar();