UI: Regroup options that are recommended for homebrew dev
This commit is contained in:
parent
c0d65b001e
commit
0d0adaf95c
11 changed files with 95 additions and 37 deletions
6
GUI.NET/Controls/ctrlRiskyOption.Designer.cs
generated
6
GUI.NET/Controls/ctrlRiskyOption.Designer.cs
generated
|
@ -51,8 +51,8 @@
|
|||
this.lblNotRecommended.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
||||
this.lblNotRecommended.AutoSize = true;
|
||||
this.lblNotRecommended.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.lblNotRecommended.Location = new System.Drawing.Point(89, 4);
|
||||
this.lblNotRecommended.Margin = new System.Windows.Forms.Padding(0);
|
||||
this.lblNotRecommended.Location = new System.Drawing.Point(89, 3);
|
||||
this.lblNotRecommended.Margin = new System.Windows.Forms.Padding(0, 0, 0, 2);
|
||||
this.lblNotRecommended.Name = "lblNotRecommended";
|
||||
this.lblNotRecommended.Size = new System.Drawing.Size(98, 13);
|
||||
this.lblNotRecommended.TabIndex = 1;
|
||||
|
@ -71,7 +71,7 @@
|
|||
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
||||
this.tableLayoutPanel1.RowCount = 1;
|
||||
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
||||
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
||||
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 226F));
|
||||
this.tableLayoutPanel1.Size = new System.Drawing.Size(193, 21);
|
||||
this.tableLayoutPanel1.TabIndex = 1;
|
||||
//
|
||||
|
|
|
@ -302,6 +302,8 @@
|
|||
<Control ID="lblRewindSpeed">Velocitat del rebobinat:</Control>
|
||||
|
||||
<Control ID="tpgAdvanced">Avançat</Control>
|
||||
<Control ID="lblDeveloperSettings">Recommended settings for developers (homebrew / ROM hacking)</Control>
|
||||
<Control ID="lblMiscSettings">Configuracions diverses</Control>
|
||||
<Control ID="chkUseAlternativeMmc3Irq">Fes servir el comportament alternatiu de les IRQ de MMC3</Control>
|
||||
<Control ID="chkAllowInvalidInput">Permet entrades invàlides (ex. Amunt+Avall i Esquerra+Dreta alhora)</Control>
|
||||
<Control ID="lblRamPowerOnState">Estat inicial de la memòria durant l'arrancada:</Control>
|
||||
|
|
|
@ -302,6 +302,8 @@
|
|||
<Control ID="lblRewindSpeed">Rewind Speed:</Control>
|
||||
|
||||
<Control ID="tpgAdvanced">Advanced</Control>
|
||||
<Control ID="lblDeveloperSettings">Recommended settings for developers (homebrew / ROM hacking)</Control>
|
||||
<Control ID="lblMiscSettings">Miscellaneous Settings</Control>
|
||||
<Control ID="chkUseAlternativeMmc3Irq">Use alternative MMC3 IRQ behavior</Control>
|
||||
<Control ID="chkAllowInvalidInput">Allow invalid input (e.g Down + Up or Left + Right at the same time)</Control>
|
||||
<Control ID="chkEnableOamDecay">Enable OAM RAM decay</Control>
|
||||
|
@ -344,7 +346,7 @@
|
|||
<Control ID="chkDeveloperMode">Enable developer mode</Control>
|
||||
|
||||
<Control ID="lblPauseBackgroundSettings">Pause/Background Settings</Control>
|
||||
<Control ID="lblMiscSettings">Misc. Settings</Control>
|
||||
<Control ID="lblMiscSettings">Miscellaneous Settings</Control>
|
||||
<Control ID="chkAutoHideMenu">Automatically hide menu bar</Control>
|
||||
<Control ID="chkDisplayTitleBarInfo">Display additional information in title bar</Control>
|
||||
|
||||
|
|
|
@ -301,6 +301,8 @@
|
|||
<Control ID="lblRewindSpeed">Velocidad de rebobinado:</Control>
|
||||
|
||||
<Control ID="tpgAdvanced">Avanzado</Control>
|
||||
<Control ID="lblDeveloperSettings">Recommended settings for developers (homebrew / ROM hacking)</Control>
|
||||
<Control ID="lblMiscSettings">Configuraciones varias</Control>
|
||||
<Control ID="chkUseAlternativeMmc3Irq">Utilizar la versión alternativa de componentes de IRQs de MMC3</Control>
|
||||
<Control ID="chkAllowInvalidInput">Permitir las entradas inválidas (Arriba+Abajo e Izquierda+Derecha al mismo tiempo)</Control>
|
||||
<Control ID="lblRamPowerOnState">Estado inicial de la memoria durante el inicio:</Control>
|
||||
|
|
|
@ -302,6 +302,8 @@
|
|||
<Control ID="lblRewindSpeed">Vitesse du rembobinage :</Control>
|
||||
|
||||
<Control ID="tpgAdvanced">Avancé</Control>
|
||||
<Control ID="lblDeveloperSettings">Options recommandées pour les développeurs (homebrew / ROM hacking)</Control>
|
||||
<Control ID="lblMiscSettings">Options diverses</Control>
|
||||
<Control ID="chkUseAlternativeMmc3Irq">Utiliser la version alternative du comportement des IRQs du MMC3</Control>
|
||||
<Control ID="chkAllowInvalidInput">Permettre les entrées invalides (Bas+Haut ou Gauche+Droite en même temps)</Control>
|
||||
<Control ID="chkEnableOamDecay">Activer l'émulation de la dégradation de la mémoire OAM</Control>
|
||||
|
|
|
@ -303,6 +303,8 @@
|
|||
<Control ID="lblRewindSpeed">巻き戻しの速度:</Control>
|
||||
|
||||
<Control ID="tpgAdvanced">詳細設定</Control>
|
||||
<Control ID="lblDeveloperSettings">開発者向け設定 (自作ソフト / ROM hacking)</Control>
|
||||
<Control ID="lblMiscSettings">その他</Control>
|
||||
<Control ID="chkUseAlternativeMmc3Irq">MMC3AのIRQ仕様を使う</Control>
|
||||
<Control ID="chkAllowInvalidInput">コントローラでは不可能インプットを可能にする (同時に上と下や右と左)</Control>
|
||||
<Control ID="chkEnableOamDecay">オブジェクト・アトリビュート・メモリーの崩壊現象を再現する</Control>
|
||||
|
|
|
@ -302,6 +302,8 @@
|
|||
<Control ID="lblRewindSpeed">Velocidade de rebobinamento:</Control>
|
||||
|
||||
<Control ID="tpgAdvanced">Avançado</Control>
|
||||
<Control ID="lblDeveloperSettings">Recommended settings for developers (homebrew / ROM hacking)</Control>
|
||||
<Control ID="lblMiscSettings">Configurações diversas</Control>
|
||||
<Control ID="chkUseAlternativeMmc3Irq">Utilizar a versão alternativa de componentes de IRQs de MMC3</Control>
|
||||
<Control ID="chkAllowInvalidInput">Permitir as entradas inválidas (Cima+Baixo e Esquerda+Direita ao mesmo tempo)</Control>
|
||||
<Control ID="chkEnableOamDecay">Ativar declínio da RAM OAM</Control>
|
||||
|
|
|
@ -301,6 +301,8 @@
|
|||
<Control ID="lblRewindSpeed">Rewind Speed:</Control>
|
||||
|
||||
<Control ID="tpgAdvanced">Расширенные</Control>
|
||||
<Control ID="lblDeveloperSettings">Recommended settings for developers (homebrew / ROM hacking)</Control>
|
||||
<Control ID="lblMiscSettings">Miscellaneous Settings</Control>
|
||||
<Control ID="chkUseAlternativeMmc3Irq">Использовать альтернативный IRQ MMC3</Control>
|
||||
<Control ID="chkAllowInvalidInput">Разрешить недопустимые комбинации (Вниз+Вверх и Влево+Вправо)</Control>
|
||||
<Control ID="lblRamPowerOnState">Содержимое ОЗУ при включении : </Control>
|
||||
|
@ -342,7 +344,7 @@
|
|||
<Control ID="chkDeveloperMode">Enable developer mode</Control>
|
||||
|
||||
<Control ID="lblPauseBackgroundSettings">Pause/Background Settings</Control>
|
||||
<Control ID="lblMiscSettings">Misc. Settings</Control>
|
||||
<Control ID="lblMiscSettings">Miscellaneous Settings</Control>
|
||||
<Control ID="chkAutoHideMenu">Automatically hide menu bar</Control>
|
||||
<Control ID="chkDisplayTitleBarInfo">Display additional information in title bar</Control>
|
||||
|
||||
|
|
|
@ -301,6 +301,8 @@
|
|||
<Control ID="lblRewindSpeed">Швидкість перемотування:</Control>
|
||||
|
||||
<Control ID="tpgAdvanced">Розширені</Control>
|
||||
<Control ID="lblDeveloperSettings">Recommended settings for developers (homebrew / ROM hacking)</Control>
|
||||
<Control ID="lblMiscSettings">Різнi настройки</Control>
|
||||
<Control ID="chkUseAlternativeMmc3Irq">Використовувати альтернативний IRQ MMC3</Control>
|
||||
<Control ID="chkAllowInvalidInput">Дозволити неприпустимі комбінації (Вниз+Вгору і Ліворуч+Вправо)</Control>
|
||||
<Control ID="lblRamPowerOnState">Вміст ОЗУ при включенні : </Control>
|
||||
|
|
|
@ -308,6 +308,8 @@
|
|||
<Control ID="lblRewindSpeed">快退速度:</Control>
|
||||
|
||||
<Control ID="tpgAdvanced">高级</Control>
|
||||
<Control ID="lblDeveloperSettings">Recommended settings for developers (homebrew / ROM hacking)</Control>
|
||||
<Control ID="lblMiscSettings">其他</Control>
|
||||
<Control ID="chkUseAlternativeMmc3Irq">使用 MMC3 IRQ 替代行为</Control>
|
||||
<Control ID="chkAllowInvalidInput">允许无效按键 (例如同时按下↑↓/←→)</Control>
|
||||
<Control ID="chkEnableOamDecay">模拟 OAM 和 RAM 损坏</Control>
|
||||
|
|
104
GUI.NET/Forms/Config/frmEmulationConfig.Designer.cs
generated
104
GUI.NET/Forms/Config/frmEmulationConfig.Designer.cs
generated
|
@ -48,6 +48,7 @@ namespace Mesen.GUI.Forms.Config
|
|||
this.lblRewindSpeedHint = new System.Windows.Forms.Label();
|
||||
this.tpgAdvanced = new System.Windows.Forms.TabPage();
|
||||
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
||||
this.lblMiscSettings = new System.Windows.Forms.Label();
|
||||
this.chkMapperRandomPowerOnState = new Mesen.GUI.Controls.ctrlRiskyOption();
|
||||
this.chkEnableOamDecay = new Mesen.GUI.Controls.ctrlRiskyOption();
|
||||
this.flowLayoutPanel8 = new System.Windows.Forms.FlowLayoutPanel();
|
||||
|
@ -60,6 +61,7 @@ namespace Mesen.GUI.Forms.Config
|
|||
this.chkUseNes101Hvc101Behavior = new System.Windows.Forms.CheckBox();
|
||||
this.chkAllowInvalidInput = new Mesen.GUI.Controls.ctrlRiskyOption();
|
||||
this.chkUseAlternativeMmc3Irq = new System.Windows.Forms.CheckBox();
|
||||
this.lblDeveloperSettings = new System.Windows.Forms.Label();
|
||||
this.tpgOverclocking = new System.Windows.Forms.TabPage();
|
||||
this.picHint = new System.Windows.Forms.PictureBox();
|
||||
this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
|
||||
|
@ -363,24 +365,27 @@ namespace Mesen.GUI.Forms.Config
|
|||
//
|
||||
this.tableLayoutPanel1.ColumnCount = 1;
|
||||
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
||||
this.tableLayoutPanel1.Controls.Add(this.chkMapperRandomPowerOnState, 0, 9);
|
||||
this.tableLayoutPanel1.Controls.Add(this.chkEnableOamDecay, 0, 3);
|
||||
this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel8, 0, 10);
|
||||
this.tableLayoutPanel1.Controls.Add(this.chkDisablePaletteRead, 0, 7);
|
||||
this.tableLayoutPanel1.Controls.Add(this.chkDisableOamAddrBug, 0, 6);
|
||||
this.tableLayoutPanel1.Controls.Add(this.chkDisablePpuReset, 0, 4);
|
||||
this.tableLayoutPanel1.Controls.Add(this.chkDisablePpu2004Reads, 0, 5);
|
||||
this.tableLayoutPanel1.Controls.Add(this.chkUseNes101Hvc101Behavior, 0, 1);
|
||||
this.tableLayoutPanel1.Controls.Add(this.chkAllowInvalidInput, 0, 8);
|
||||
this.tableLayoutPanel1.Controls.Add(this.chkUseAlternativeMmc3Irq, 0, 2);
|
||||
this.tableLayoutPanel1.Controls.Add(this.lblMiscSettings, 0, 4);
|
||||
this.tableLayoutPanel1.Controls.Add(this.chkMapperRandomPowerOnState, 0, 2);
|
||||
this.tableLayoutPanel1.Controls.Add(this.chkEnableOamDecay, 0, 1);
|
||||
this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel8, 0, 3);
|
||||
this.tableLayoutPanel1.Controls.Add(this.chkDisablePaletteRead, 0, 10);
|
||||
this.tableLayoutPanel1.Controls.Add(this.chkDisableOamAddrBug, 0, 8);
|
||||
this.tableLayoutPanel1.Controls.Add(this.chkDisablePpuReset, 0, 7);
|
||||
this.tableLayoutPanel1.Controls.Add(this.chkDisablePpu2004Reads, 0, 9);
|
||||
this.tableLayoutPanel1.Controls.Add(this.chkUseNes101Hvc101Behavior, 0, 6);
|
||||
this.tableLayoutPanel1.Controls.Add(this.chkAllowInvalidInput, 0, 11);
|
||||
this.tableLayoutPanel1.Controls.Add(this.chkUseAlternativeMmc3Irq, 0, 5);
|
||||
this.tableLayoutPanel1.Controls.Add(this.lblDeveloperSettings, 0, 0);
|
||||
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 3);
|
||||
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
||||
this.tableLayoutPanel1.RowCount = 12;
|
||||
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
||||
this.tableLayoutPanel1.RowCount = 13;
|
||||
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
||||
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
||||
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
||||
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
||||
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
||||
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
||||
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
||||
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
||||
|
@ -392,15 +397,28 @@ namespace Mesen.GUI.Forms.Config
|
|||
this.tableLayoutPanel1.Size = new System.Drawing.Size(519, 289);
|
||||
this.tableLayoutPanel1.TabIndex = 0;
|
||||
//
|
||||
// lblMiscSettings
|
||||
//
|
||||
this.lblMiscSettings.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||||
this.lblMiscSettings.AutoSize = true;
|
||||
this.lblMiscSettings.ForeColor = System.Drawing.SystemColors.GrayText;
|
||||
this.lblMiscSettings.Location = new System.Drawing.Point(0, 98);
|
||||
this.lblMiscSettings.Margin = new System.Windows.Forms.Padding(0, 0, 3, 2);
|
||||
this.lblMiscSettings.Name = "lblMiscSettings";
|
||||
this.lblMiscSettings.Size = new System.Drawing.Size(115, 13);
|
||||
this.lblMiscSettings.TabIndex = 35;
|
||||
this.lblMiscSettings.Text = "Miscellaneous Settings";
|
||||
//
|
||||
// chkMapperRandomPowerOnState
|
||||
//
|
||||
this.chkMapperRandomPowerOnState.AutoSize = true;
|
||||
this.chkMapperRandomPowerOnState.Checked = false;
|
||||
this.chkMapperRandomPowerOnState.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.chkMapperRandomPowerOnState.Location = new System.Drawing.Point(0, 184);
|
||||
this.chkMapperRandomPowerOnState.Location = new System.Drawing.Point(10, 43);
|
||||
this.chkMapperRandomPowerOnState.Margin = new System.Windows.Forms.Padding(10, 0, 0, 0);
|
||||
this.chkMapperRandomPowerOnState.MinimumSize = new System.Drawing.Size(0, 23);
|
||||
this.chkMapperRandomPowerOnState.Name = "chkMapperRandomPowerOnState";
|
||||
this.chkMapperRandomPowerOnState.Size = new System.Drawing.Size(519, 23);
|
||||
this.chkMapperRandomPowerOnState.Size = new System.Drawing.Size(509, 23);
|
||||
this.chkMapperRandomPowerOnState.TabIndex = 11;
|
||||
this.chkMapperRandomPowerOnState.Text = "Randomize power-on state for mappers";
|
||||
//
|
||||
|
@ -408,10 +426,11 @@ namespace Mesen.GUI.Forms.Config
|
|||
//
|
||||
this.chkEnableOamDecay.Checked = false;
|
||||
this.chkEnableOamDecay.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.chkEnableOamDecay.Location = new System.Drawing.Point(0, 46);
|
||||
this.chkEnableOamDecay.Location = new System.Drawing.Point(10, 20);
|
||||
this.chkEnableOamDecay.Margin = new System.Windows.Forms.Padding(10, 0, 0, 0);
|
||||
this.chkEnableOamDecay.MinimumSize = new System.Drawing.Size(0, 21);
|
||||
this.chkEnableOamDecay.Name = "chkEnableOamDecay";
|
||||
this.chkEnableOamDecay.Size = new System.Drawing.Size(519, 23);
|
||||
this.chkEnableOamDecay.Size = new System.Drawing.Size(509, 23);
|
||||
this.chkEnableOamDecay.TabIndex = 9;
|
||||
this.chkEnableOamDecay.Text = "Enable OAM RAM decay";
|
||||
//
|
||||
|
@ -420,10 +439,10 @@ namespace Mesen.GUI.Forms.Config
|
|||
this.flowLayoutPanel8.Controls.Add(this.lblRamPowerOnState);
|
||||
this.flowLayoutPanel8.Controls.Add(this.cboRamPowerOnState);
|
||||
this.flowLayoutPanel8.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.flowLayoutPanel8.Location = new System.Drawing.Point(0, 207);
|
||||
this.flowLayoutPanel8.Margin = new System.Windows.Forms.Padding(0);
|
||||
this.flowLayoutPanel8.Location = new System.Drawing.Point(7, 66);
|
||||
this.flowLayoutPanel8.Margin = new System.Windows.Forms.Padding(7, 0, 0, 0);
|
||||
this.flowLayoutPanel8.Name = "flowLayoutPanel8";
|
||||
this.flowLayoutPanel8.Size = new System.Drawing.Size(519, 27);
|
||||
this.flowLayoutPanel8.Size = new System.Drawing.Size(512, 27);
|
||||
this.flowLayoutPanel8.TabIndex = 3;
|
||||
//
|
||||
// lblRamPowerOnState
|
||||
|
@ -449,10 +468,11 @@ namespace Mesen.GUI.Forms.Config
|
|||
//
|
||||
this.chkDisablePaletteRead.Checked = false;
|
||||
this.chkDisablePaletteRead.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.chkDisablePaletteRead.Location = new System.Drawing.Point(0, 138);
|
||||
this.chkDisablePaletteRead.Location = new System.Drawing.Point(10, 228);
|
||||
this.chkDisablePaletteRead.Margin = new System.Windows.Forms.Padding(10, 0, 0, 0);
|
||||
this.chkDisablePaletteRead.MinimumSize = new System.Drawing.Size(0, 21);
|
||||
this.chkDisablePaletteRead.Name = "chkDisablePaletteRead";
|
||||
this.chkDisablePaletteRead.Size = new System.Drawing.Size(519, 23);
|
||||
this.chkDisablePaletteRead.Size = new System.Drawing.Size(509, 23);
|
||||
this.chkDisablePaletteRead.TabIndex = 6;
|
||||
this.chkDisablePaletteRead.Text = "Disable PPU palette reads";
|
||||
//
|
||||
|
@ -460,10 +480,11 @@ namespace Mesen.GUI.Forms.Config
|
|||
//
|
||||
this.chkDisableOamAddrBug.Checked = false;
|
||||
this.chkDisableOamAddrBug.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.chkDisableOamAddrBug.Location = new System.Drawing.Point(0, 115);
|
||||
this.chkDisableOamAddrBug.Location = new System.Drawing.Point(10, 182);
|
||||
this.chkDisableOamAddrBug.Margin = new System.Windows.Forms.Padding(10, 0, 0, 0);
|
||||
this.chkDisableOamAddrBug.MinimumSize = new System.Drawing.Size(0, 21);
|
||||
this.chkDisableOamAddrBug.Name = "chkDisableOamAddrBug";
|
||||
this.chkDisableOamAddrBug.Size = new System.Drawing.Size(519, 23);
|
||||
this.chkDisableOamAddrBug.Size = new System.Drawing.Size(509, 23);
|
||||
this.chkDisableOamAddrBug.TabIndex = 5;
|
||||
this.chkDisableOamAddrBug.Text = "Disable PPU OAMADDR bug emulation";
|
||||
//
|
||||
|
@ -471,10 +492,11 @@ namespace Mesen.GUI.Forms.Config
|
|||
//
|
||||
this.chkDisablePpuReset.Checked = false;
|
||||
this.chkDisablePpuReset.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.chkDisablePpuReset.Location = new System.Drawing.Point(0, 69);
|
||||
this.chkDisablePpuReset.Location = new System.Drawing.Point(10, 159);
|
||||
this.chkDisablePpuReset.Margin = new System.Windows.Forms.Padding(10, 0, 0, 0);
|
||||
this.chkDisablePpuReset.MinimumSize = new System.Drawing.Size(0, 21);
|
||||
this.chkDisablePpuReset.Name = "chkDisablePpuReset";
|
||||
this.chkDisablePpuReset.Size = new System.Drawing.Size(519, 23);
|
||||
this.chkDisablePpuReset.Size = new System.Drawing.Size(509, 23);
|
||||
this.chkDisablePpuReset.TabIndex = 7;
|
||||
this.chkDisablePpuReset.Text = "Do not reset PPU when resetting console (Famicom behavior)";
|
||||
//
|
||||
|
@ -482,17 +504,19 @@ namespace Mesen.GUI.Forms.Config
|
|||
//
|
||||
this.chkDisablePpu2004Reads.Checked = false;
|
||||
this.chkDisablePpu2004Reads.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.chkDisablePpu2004Reads.Location = new System.Drawing.Point(0, 92);
|
||||
this.chkDisablePpu2004Reads.Location = new System.Drawing.Point(10, 205);
|
||||
this.chkDisablePpu2004Reads.Margin = new System.Windows.Forms.Padding(10, 0, 0, 0);
|
||||
this.chkDisablePpu2004Reads.MinimumSize = new System.Drawing.Size(0, 21);
|
||||
this.chkDisablePpu2004Reads.Name = "chkDisablePpu2004Reads";
|
||||
this.chkDisablePpu2004Reads.Size = new System.Drawing.Size(519, 23);
|
||||
this.chkDisablePpu2004Reads.Size = new System.Drawing.Size(509, 23);
|
||||
this.chkDisablePpu2004Reads.TabIndex = 4;
|
||||
this.chkDisablePpu2004Reads.Text = "Disable PPU $2004 reads (Famicom behavior)";
|
||||
//
|
||||
// chkUseNes101Hvc101Behavior
|
||||
//
|
||||
this.chkUseNes101Hvc101Behavior.AutoSize = true;
|
||||
this.chkUseNes101Hvc101Behavior.Location = new System.Drawing.Point(3, 3);
|
||||
this.chkUseNes101Hvc101Behavior.Location = new System.Drawing.Point(13, 139);
|
||||
this.chkUseNes101Hvc101Behavior.Margin = new System.Windows.Forms.Padding(13, 3, 3, 3);
|
||||
this.chkUseNes101Hvc101Behavior.Name = "chkUseNes101Hvc101Behavior";
|
||||
this.chkUseNes101Hvc101Behavior.Size = new System.Drawing.Size(292, 17);
|
||||
this.chkUseNes101Hvc101Behavior.TabIndex = 8;
|
||||
|
@ -504,23 +528,37 @@ namespace Mesen.GUI.Forms.Config
|
|||
this.chkAllowInvalidInput.AutoSize = true;
|
||||
this.chkAllowInvalidInput.Checked = false;
|
||||
this.chkAllowInvalidInput.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.chkAllowInvalidInput.Location = new System.Drawing.Point(0, 161);
|
||||
this.chkAllowInvalidInput.Location = new System.Drawing.Point(10, 251);
|
||||
this.chkAllowInvalidInput.Margin = new System.Windows.Forms.Padding(10, 0, 0, 0);
|
||||
this.chkAllowInvalidInput.MinimumSize = new System.Drawing.Size(0, 23);
|
||||
this.chkAllowInvalidInput.Name = "chkAllowInvalidInput";
|
||||
this.chkAllowInvalidInput.Size = new System.Drawing.Size(519, 23);
|
||||
this.chkAllowInvalidInput.Size = new System.Drawing.Size(509, 23);
|
||||
this.chkAllowInvalidInput.TabIndex = 1;
|
||||
this.chkAllowInvalidInput.Text = "Allow invalid input (e.g Down + Up or Left + Right at the same time)";
|
||||
//
|
||||
// chkUseAlternativeMmc3Irq
|
||||
//
|
||||
this.chkUseAlternativeMmc3Irq.AutoSize = true;
|
||||
this.chkUseAlternativeMmc3Irq.Location = new System.Drawing.Point(3, 26);
|
||||
this.chkUseAlternativeMmc3Irq.Location = new System.Drawing.Point(13, 116);
|
||||
this.chkUseAlternativeMmc3Irq.Margin = new System.Windows.Forms.Padding(13, 3, 3, 3);
|
||||
this.chkUseAlternativeMmc3Irq.Name = "chkUseAlternativeMmc3Irq";
|
||||
this.chkUseAlternativeMmc3Irq.Size = new System.Drawing.Size(197, 17);
|
||||
this.chkUseAlternativeMmc3Irq.TabIndex = 0;
|
||||
this.chkUseAlternativeMmc3Irq.Text = "Use alternative MMC3 IRQ behavior";
|
||||
this.chkUseAlternativeMmc3Irq.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// lblDeveloperSettings
|
||||
//
|
||||
this.lblDeveloperSettings.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||||
this.lblDeveloperSettings.AutoSize = true;
|
||||
this.lblDeveloperSettings.ForeColor = System.Drawing.SystemColors.GrayText;
|
||||
this.lblDeveloperSettings.Location = new System.Drawing.Point(0, 5);
|
||||
this.lblDeveloperSettings.Margin = new System.Windows.Forms.Padding(0, 0, 3, 2);
|
||||
this.lblDeveloperSettings.Name = "lblDeveloperSettings";
|
||||
this.lblDeveloperSettings.Size = new System.Drawing.Size(284, 13);
|
||||
this.lblDeveloperSettings.TabIndex = 33;
|
||||
this.lblDeveloperSettings.Text = "Recommended for developers (homebrew / ROM hacking)";
|
||||
//
|
||||
// tpgOverclocking
|
||||
//
|
||||
this.tpgOverclocking.Controls.Add(this.picHint);
|
||||
|
@ -1023,7 +1061,6 @@ namespace Mesen.GUI.Forms.Config
|
|||
private ctrlRiskyOption chkDisableOamAddrBug;
|
||||
private ctrlRiskyOption chkDisablePaletteRead;
|
||||
private ctrlRiskyOption chkDisablePpuReset;
|
||||
private System.Windows.Forms.CheckBox chkUseNes101Hvc101Behavior;
|
||||
private Mesen.GUI.Controls.ctrlRiskyOption chkEnableOamDecay;
|
||||
private System.Windows.Forms.Label lblRewindSpeed;
|
||||
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel10;
|
||||
|
@ -1032,5 +1069,8 @@ namespace Mesen.GUI.Forms.Config
|
|||
private ctrlRiskyOption chkMapperRandomPowerOnState;
|
||||
private System.Windows.Forms.PictureBox picHint;
|
||||
private Mesen.GUI.Controls.ctrlAutoGrowLabel lblOverclockHint;
|
||||
private System.Windows.Forms.CheckBox chkUseNes101Hvc101Behavior;
|
||||
private System.Windows.Forms.Label lblDeveloperSettings;
|
||||
private System.Windows.Forms.Label lblMiscSettings;
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue