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

Allow disabling vsync capture.

This commit is contained in:
Bartosz Taudul
2020-11-05 23:44:28 +01:00
parent a48d540854
commit a34abe646c
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -439,7 +439,9 @@ bool SysTraceStart( int64_t& samplingPeriod )
return false;
}
#ifndef TRACY_NO_VSYNC_CAPTURE
SetupVsync();
#endif
return true;
}