fix configmenu saving of padToInteger displaymanager option

This commit is contained in:
zeromus 2014-04-30 22:40:16 +00:00
parent 71b83e2355
commit 72595b73bb
1 changed files with 2 additions and 0 deletions

View File

@ -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();