From 971fcd352a872109a72c545cc9517c8980918b17 Mon Sep 17 00:00:00 2001 From: aura Date: Mon, 13 Jul 2026 19:57:37 +0200 Subject: add scaling rpm down when redline is hit below set point --- src/hooks.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/hooks.cpp') diff --git a/src/hooks.cpp b/src/hooks.cpp index 25883b3..1b1c3cf 100644 --- a/src/hooks.cpp +++ b/src/hooks.cpp @@ -198,7 +198,7 @@ VKAPI_ATTR VkResult VKAPI_CALL hook_queue_present( udp_parse( &d->udp, &od->telem ); if( ++od->frame % 60 == 0 ) { if( config_poll( &od->cfg ) ) - od->valid_redline = 0.86; + od->valid_redline = od->target_redline = 0.86; } F64 now = t_nows(); -- cgit v1.2.3