From 966dbcab6234fe6ee89de2bb448870abadfa015e Mon Sep 17 00:00:00 2001 From: feos Date: Sun, 16 Sep 2018 17:26:39 +0300 Subject: [PATCH] gliden64: restore non-working overscan for now --- BizHawk.Client.EmuHawk/config/N64/N64VideoPluginconfig.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/BizHawk.Client.EmuHawk/config/N64/N64VideoPluginconfig.cs b/BizHawk.Client.EmuHawk/config/N64/N64VideoPluginconfig.cs index afd9de98e8..ebb0d105d9 100644 --- a/BizHawk.Client.EmuHawk/config/N64/N64VideoPluginconfig.cs +++ b/BizHawk.Client.EmuHawk/config/N64/N64VideoPluginconfig.cs @@ -826,9 +826,7 @@ namespace BizHawk.Client.EmuHawk GLideN64_OverscanPalLeft.Enabled = GLideN64_OverscanPalRight.Enabled = GLideN64_EnableOverscan.Checked = - _ss.GLideN64Plugin.EnableOverscan = - GLideN64_EnableOverscan.Enabled = - false; + _ss.GLideN64Plugin.EnableOverscan; GLideN64_OverscanNtscTop.Text = _ss.GLideN64Plugin.OverscanNtscTop.ToString(); GLideN64_OverscanNtscBottom.Text = _ss.GLideN64Plugin.OverscanNtscBottom.ToString(); GLideN64_OverscanNtscLeft.Text = _ss.GLideN64Plugin.OverscanNtscLeft.ToString();