1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Add persistent target FPS option.

This commit is contained in:
Bartosz Taudul
2023-05-01 19:07:49 +02:00
parent 3150a48561
commit bd2f903c08
3 changed files with 18 additions and 2 deletions
+1
View File
@@ -7,6 +7,7 @@ namespace tracy
struct Config
{
bool threadedRendering = true;
int targetFps = 60;
};
}