From c17f7937330cd02300eb286fab564e530e66acba Mon Sep 17 00:00:00 2001 From: zeromus Date: Tue, 9 Jan 2018 14:21:58 -0600 Subject: [PATCH] in 1809d19ecbce532b81d010ad72aafdbdbdab94a0 @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 --- .../tools/TAStudio/GreenzoneSettings.Designer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BizHawk.Client.EmuHawk/tools/TAStudio/GreenzoneSettings.Designer.cs b/BizHawk.Client.EmuHawk/tools/TAStudio/GreenzoneSettings.Designer.cs index 9a15b7e7e3..ba490ada90 100644 --- a/BizHawk.Client.EmuHawk/tools/TAStudio/GreenzoneSettings.Designer.cs +++ b/BizHawk.Client.EmuHawk/tools/TAStudio/GreenzoneSettings.Designer.cs @@ -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});