From 66697f6f12011f92ff3bbd5a0840f968890484e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20Trzci=C5=84ski?= Date: Fri, 16 Dec 2022 22:50:21 +0100 Subject: [PATCH] Do not validate RTSSHooks64.dll --- PerformanceOverlay/Controller.cs | 1 - RELEASE.md | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/PerformanceOverlay/Controller.cs b/PerformanceOverlay/Controller.cs index a1b9a68..fce5c3b 100644 --- a/PerformanceOverlay/Controller.cs +++ b/PerformanceOverlay/Controller.cs @@ -26,7 +26,6 @@ internal class Controller : IDisposable static Controller() { - Dependencies.ValidateRTSS(TitleWithVersion); Dependencies.ValidateRTSSSharedMemoryNET(TitleWithVersion); } diff --git a/RELEASE.md b/RELEASE.md index 26be27b..a0998be 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -20,3 +20,4 @@ - Fallback `OSK` to `CTRL+WIN+O` if `TabTip.exe` is missing - Detect that Steam was installed, but not longer available - Update `Updater.exe` to allow to disable automatic updates - this is selectable option via `setup.exe` +- Do not validate `RTSSHooks64.dll`