From cf94304e5e8965c0c0634ea091b1bd9fbf17b1f5 Mon Sep 17 00:00:00 2001 From: ApertureUA Date: Fri, 9 May 2025 23:23:49 +0300 Subject: [PATCH] Reduce minimum voltage --- amdctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amdctl.c b/amdctl.c index 27b8a45..3b49b02 100644 --- a/amdctl.c +++ b/amdctl.c @@ -88,7 +88,7 @@ #define MAX_VOLTAGE 1550 #define MID_VOLTAGE 1162.5 -#define MAX_VID 124 +#define MAX_VID 200 #define MID_VID 63 #define MIN_VID 32 #define VID_DIVIDOR1 25