mirror of
https://github.com/optiscaler/OptiScaler.git
synced 2026-08-23 06:36:33 +00:00
Disabled Magnifier by default
* Keep the pixel peeping optional
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
+1
-1
@@ -316,7 +316,7 @@ class Config
|
||||
CustomOptional<float> MotionScaleLimit { 10.0f };
|
||||
|
||||
// Magnifier
|
||||
CustomOptional<bool> MagnifierEnabled { true };
|
||||
CustomOptional<bool> MagnifierEnabled { false };
|
||||
CustomOptional<float> MagnifierSize { 15.f }; // % of screen Height
|
||||
CustomOptional<int> MagnifierZoomFactor { 4 };
|
||||
CustomOptional<float> MagnifierBorderSize { 0.3f }; // % of screen Height
|
||||
|
||||
Reference in New Issue
Block a user