Skip to content

Commit

Permalink
Do not validate RTSSHooks64.dll
Browse files Browse the repository at this point in the history
  • Loading branch information
ayufan committed Dec 16, 2022
1 parent 4cbf3e6 commit 66697f6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion PerformanceOverlay/Controller.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ internal class Controller : IDisposable

static Controller()
{
Dependencies.ValidateRTSS(TitleWithVersion);
Dependencies.ValidateRTSSSharedMemoryNET(TitleWithVersion);
}

Expand Down
1 change: 1 addition & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

0 comments on commit 66697f6

Please sign in to comment.