From d70503d73059e30b8f2e7734bfa30dd40345fc9a Mon Sep 17 00:00:00 2001 From: TheRazerMD Date: Fri, 14 Aug 2026 14:02:20 +0200 Subject: [PATCH] Disabled Magnifier by default * Keep the pixel peeping optional --- OptiScaler.ini | 2 +- OptiScaler/Config.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/OptiScaler.ini b/OptiScaler.ini index cceb2d96..a0df1e10 100644 --- a/OptiScaler.ini +++ b/OptiScaler.ini @@ -1205,7 +1205,7 @@ DAClampOutput=auto ; ------------------------------------------------------- ; Enables magnifier ; By default, only visible when menu is visible and follows the cursor -; true or false - Default (auto) is true +; true or false - Default (auto) is false Enabled=auto ; Radius of the magnifier at % of screen height diff --git a/OptiScaler/Config.h b/OptiScaler/Config.h index f3f1d087..ae0a4bb8 100644 --- a/OptiScaler/Config.h +++ b/OptiScaler/Config.h @@ -316,7 +316,7 @@ class Config CustomOptional MotionScaleLimit { 10.0f }; // Magnifier - CustomOptional MagnifierEnabled { true }; + CustomOptional MagnifierEnabled { false }; CustomOptional MagnifierSize { 15.f }; // % of screen Height CustomOptional MagnifierZoomFactor { 4 }; CustomOptional MagnifierBorderSize { 0.3f }; // % of screen Height