Implement AnyFPS + option to queue one rendered frame (#401)

This commit is contained in:
Emill
2022-05-29 18:16:23 +02:00
committed by GitHub
parent 90a33e9756
commit ccab94c765
14 changed files with 298 additions and 89 deletions
+1 -1
View File
@@ -451,7 +451,7 @@ void FrameInterpolation_StartRecord(void) {
current_recording = {};
current_path.clear();
current_path.push_back(&current_recording.root_path);
if (CVar_GetS32("g60FPS", 0) != 0) {
if (CVar_GetS32("gInterpolationFPS", 20) != 20) {
is_recording = true;
}
}