Use AL2 + LFX only when FPS cap is set

This commit is contained in:
FakeMichau
2024-09-17 16:18:05 +02:00
parent 5c5c8e1147
commit 45fac83d1c
+1 -1
View File
@@ -137,7 +137,7 @@ public:
if (mode == AntiLag2) {
#if _MSC_VER && _WIN64
int max_fps = 0;
if (fg) {
if (fg && min_interval_us != 0) {
mode = LatencyFlex;
} else {
if (lfx_stats.frame_id != 1) lfx_stats.needs_reset = true;