remove vsync_interval; replace with vsync_fps.

This commit is contained in:
disjtqz
2023-09-18 17:57:57 -04:00
committed by Radosław Gliński
parent 911055c44f
commit 294b968fdf
3 changed files with 17 additions and 10 deletions

View File

@@ -20,8 +20,7 @@ DEFINE_path(
DEFINE_bool(vsync, true, "Enable VSYNC.", "GPU");
DEFINE_uint64(vsync_interval, 16,
"VSYNC interval. Value is frametime in milliseconds.", "GPU");
DEFINE_uint64(vsync_fps, 60, "VSYNC frames per second", "GPU");
DEFINE_bool(
gpu_allow_invalid_fetch_constants, false,