DisplayConfig defaults button should whack the padding back to 0

This commit is contained in:
zeromus 2022-07-22 16:38:42 -04:00
parent 3b181ba6e4
commit e2a36c7242
1 changed files with 4 additions and 0 deletions

View File

@ -371,6 +371,10 @@ namespace BizHawk.Client.EmuHawk
rbFinalFilterBilinear.Checked = true;
checkLetterbox.Checked = true;
rbUseSystem.Checked = true;
txtCropLeft.Text = "0";
txtCropTop.Text = "0";
txtCropRight.Text = "0";
txtCropBottom.Text = "0";
}
}
}