mirror of
https://github.com/optiscaler/OptiScaler.git
synced 2026-08-24 23:26:50 +00:00
final fix for display res mv hopefully
This commit is contained in:
@@ -1274,7 +1274,7 @@ public:
|
||||
{
|
||||
Config::Instance()->DisplayResolution = mv;
|
||||
|
||||
if (!mv)
|
||||
if (mv)
|
||||
{
|
||||
Config::Instance()->OutputScalingEnabled = false;
|
||||
_ssEnabled = false;
|
||||
|
||||
Reference in New Issue
Block a user