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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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);