imgui: Displays FPS color based on FPS (#2437)

This commit is contained in:
¥IGA
2025-02-15 14:53:25 +01:00
committed by GitHub
parent 82cacec8eb
commit bdf4a5249d
3 changed files with 20 additions and 0 deletions

View File

@@ -67,6 +67,7 @@ bool copyGPUCmdBuffers();
bool dumpShaders();
bool patchShaders();
bool isRdocEnabled();
bool fpsColor();
u32 vblankDiv();
void setDebugDump(bool enable);