From 15369826f9477a52b164175f4dcb76d0cdf502d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20Trzci=C5=84ski?= Date: Sat, 19 Nov 2022 09:13:06 +0100 Subject: [PATCH] Fix PowerControl crash on startup --- PowerControl/Helpers/RTSS.cs | 2 +- RELEASE.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/PowerControl/Helpers/RTSS.cs b/PowerControl/Helpers/RTSS.cs index 10e7a3d..86660f9 100644 --- a/PowerControl/Helpers/RTSS.cs +++ b/PowerControl/Helpers/RTSS.cs @@ -35,7 +35,7 @@ namespace PowerControl.Helpers catch { processId = null; - return true; + return false; } } diff --git a/RELEASE.md b/RELEASE.md index 3120d44..6841422 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -14,5 +14,6 @@ - Make increments for Brightness and Volume in 5 (fixed) - Press `3 dots + L4 + R4 + L5 + R5` to reset (TDP, Refresh Rate, FPS limit) to default - Allow to disable SMT (second threads of each physical cores) +- Fix PowerControl crash on startup (introduced with SMT) If you found it useful buy me [Ko-fi](https://ko-fi.com/ayufan).