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:
parent
4e8ae412fe
commit
c17f793733
|
@ -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});
|
||||
|
|
Loading…
Reference in New Issue