Increased Basic Bot max frames from 999 to 9999.
This commit is contained in:
parent
4e7b003306
commit
1948721991
|
@ -520,7 +520,7 @@ namespace BizHawk.Client.EmuHawk
|
||||||
//
|
//
|
||||||
this.FrameLengthNumeric.Location = new System.Drawing.Point(60, 25);
|
this.FrameLengthNumeric.Location = new System.Drawing.Point(60, 25);
|
||||||
this.FrameLengthNumeric.Maximum = new decimal(new int[] {
|
this.FrameLengthNumeric.Maximum = new decimal(new int[] {
|
||||||
999,
|
9999,
|
||||||
0,
|
0,
|
||||||
0,
|
0,
|
||||||
0});
|
0});
|
||||||
|
|
Loading…
Reference in New Issue