fix configmenu saving of padToInteger displaymanager option
This commit is contained in:
parent
71b83e2355
commit
72595b73bb
|
@ -56,6 +56,8 @@ namespace BizHawk.Client.EmuHawk.config
|
|||
Global.Config.DispFinalFilter = 2;
|
||||
|
||||
Global.Config.TargetScanlineFilterIntensity = tbScanlineIntensity.Value;
|
||||
Global.Config.DispFixAspectRatio = checkLetterbox.Checked;
|
||||
Global.Config.DispFixScaleInteger = checkPadInteger.Checked;
|
||||
|
||||
Global.Config.DispUserFilterPath = PathSelection;
|
||||
GlobalWin.DisplayManager.RefreshUserShader();
|
||||
|
|
Loading…
Reference in New Issue