frame usage debug info

This commit is contained in:
madeline
2026-04-07 22:11:50 -07:00
parent be7161abc0
commit 7b4d9ce807
4 changed files with 6 additions and 0 deletions
+1
View File
@@ -97,6 +97,7 @@ namespace dusk {
hasPrevious = true;
ImGuiStringViewText(fmt::format(FMT_STRING("FPS: {:.2f}\n"), io.Framerate));
ImGuiStringViewText(fmt::format(FMT_STRING("Frame usage: {:.1f}%\n"), frameUsagePct));
if (hasPrevious) {
ImGui::Separator();
+1
View File
@@ -111,6 +111,7 @@ s32 LOAD_COPYDATE(void*) {
AuroraInfo auroraInfo;
AuroraStats dusk::lastFrameAuroraStats;
float dusk::frameUsagePct = 0.0f;
const char* configPath;
void main01(void) {