From 6b57c1e504446aace23380f4b787f5155b32d735 Mon Sep 17 00:00:00 2001 From: zeromus Date: Mon, 10 Aug 2020 16:07:20 -0400 Subject: [PATCH] cap rewinder buffer size at 1024MiB --- .../config/RewindConfig.Designer.cs | 68 +++++++++---------- 1 file changed, 34 insertions(+), 34 deletions(-) diff --git a/src/BizHawk.Client.EmuHawk/config/RewindConfig.Designer.cs b/src/BizHawk.Client.EmuHawk/config/RewindConfig.Designer.cs index 7bc37c9438..2c5f34df7a 100644 --- a/src/BizHawk.Client.EmuHawk/config/RewindConfig.Designer.cs +++ b/src/BizHawk.Client.EmuHawk/config/RewindConfig.Designer.cs @@ -41,6 +41,8 @@ this.label6 = new BizHawk.WinForms.Controls.LocLabelEx(); this.FullnessLabel = new BizHawk.WinForms.Controls.LocLabelEx(); this.groupBox4 = new System.Windows.Forms.GroupBox(); + this.TargetFrameLengthNumeric = new System.Windows.Forms.NumericUpDown(); + this.label2 = new BizHawk.WinForms.Controls.LocLabelEx(); this.EstTimeLabel = new BizHawk.WinForms.Controls.LocLabelEx(); this.label11 = new BizHawk.WinForms.Controls.LocLabelEx(); this.ApproxFramesLabel = new BizHawk.WinForms.Controls.LocLabelEx(); @@ -66,16 +68,14 @@ this.label16 = new BizHawk.WinForms.Controls.LocLabelEx(); this.BackupSavestatesCheckbox = new System.Windows.Forms.CheckBox(); this.label12 = new BizHawk.WinForms.Controls.LocLabelEx(); - this.label2 = new BizHawk.WinForms.Controls.LocLabelEx(); - this.TargetFrameLengthNumeric = new System.Windows.Forms.NumericUpDown(); ((System.ComponentModel.ISupportInitialize)(this.BufferSizeUpDown)).BeginInit(); this.groupBox4.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.TargetFrameLengthNumeric)).BeginInit(); this.groupBox6.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.trackBarCompression)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nudCompression)).BeginInit(); this.groupBox7.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.BigScreenshotNumeric)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.TargetFrameLengthNumeric)).BeginInit(); this.SuspendLayout(); // // OK @@ -132,7 +132,7 @@ // this.BufferSizeUpDown.Location = new System.Drawing.Point(125, 110); this.BufferSizeUpDown.Maximum = new decimal(new int[] { - 2097512, + 1024, 0, 0, 0}); @@ -207,6 +207,34 @@ this.groupBox4.TabStop = false; this.groupBox4.Text = "RewindSettings"; // + // TargetFrameLengthNumeric + // + this.TargetFrameLengthNumeric.Location = new System.Drawing.Point(125, 135); + this.TargetFrameLengthNumeric.Maximum = new decimal(new int[] { + 16383, + 0, + 0, + 0}); + this.TargetFrameLengthNumeric.Minimum = new decimal(new int[] { + 1, + 0, + 0, + 0}); + this.TargetFrameLengthNumeric.Name = "TargetFrameLengthNumeric"; + this.TargetFrameLengthNumeric.Size = new System.Drawing.Size(52, 20); + this.TargetFrameLengthNumeric.TabIndex = 21; + this.TargetFrameLengthNumeric.Value = new decimal(new int[] { + 600, + 0, + 0, + 0}); + // + // label2 + // + this.label2.Location = new System.Drawing.Point(12, 138); + this.label2.Name = "label2"; + this.label2.Text = "Desired frame length:"; + // // EstTimeLabel // this.EstTimeLabel.Location = new System.Drawing.Point(273, 32); @@ -293,7 +321,7 @@ this.trackBarCompression.Location = new System.Drawing.Point(22, 37); this.trackBarCompression.Maximum = 9; this.trackBarCompression.Name = "trackBarCompression"; - this.trackBarCompression.Size = new System.Drawing.Size(157, 45); + this.trackBarCompression.Size = new System.Drawing.Size(157, 42); this.trackBarCompression.TabIndex = 1; this.toolTip1.SetToolTip(this.trackBarCompression, "0 = None; 9 = Maximum"); this.trackBarCompression.Value = 1; @@ -435,34 +463,6 @@ this.label12.Location = new System.Drawing.Point(19, 21); this.label12.Name = "label12"; this.label12.Text = "Compression Level"; - // - // label2 - // - this.label2.Location = new System.Drawing.Point(12, 138); - this.label2.Name = "label2"; - this.label2.Text = "Desired frame length:"; - // - // TargetFrameLengthNumeric - // - this.TargetFrameLengthNumeric.Location = new System.Drawing.Point(125, 135); - this.TargetFrameLengthNumeric.Maximum = new decimal(new int[] { - 16383, - 0, - 0, - 0}); - this.TargetFrameLengthNumeric.Minimum = new decimal(new int[] { - 1, - 0, - 0, - 0}); - this.TargetFrameLengthNumeric.Name = "TargetFrameLengthNumeric"; - this.TargetFrameLengthNumeric.Size = new System.Drawing.Size(52, 20); - this.TargetFrameLengthNumeric.TabIndex = 21; - this.TargetFrameLengthNumeric.Value = new decimal(new int[] { - 600, - 0, - 0, - 0}); // // RewindConfig // @@ -485,6 +485,7 @@ ((System.ComponentModel.ISupportInitialize)(this.BufferSizeUpDown)).EndInit(); this.groupBox4.ResumeLayout(false); this.groupBox4.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.TargetFrameLengthNumeric)).EndInit(); this.groupBox6.ResumeLayout(false); this.groupBox6.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.trackBarCompression)).EndInit(); @@ -492,7 +493,6 @@ this.groupBox7.ResumeLayout(false); this.groupBox7.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.BigScreenshotNumeric)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.TargetFrameLengthNumeric)).EndInit(); this.ResumeLayout(false); }