in 1809d19ecb @vadosnaprimer made the disk capacity for greenzone disabled, but for some reason old settings files may still be setting a value into it, or maybe old tasprojs or something, so I just put a big limit on it so things dont crash. /shrugs

This commit is contained in:
zeromus 2018-01-09 14:21:58 -06:00
parent 4e8ae412fe
commit c17f793733
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ namespace BizHawk.Client.EmuHawk
this.DiskCapacityNumeric.Enabled = false;
this.DiskCapacityNumeric.Location = new System.Drawing.Point(24, 241);
this.DiskCapacityNumeric.Maximum = new decimal(new int[] {
1,
16384,
0,
0,
0});