N64 plugin config dialog - re-order plugin tabs, put GLideN64 first
This commit is contained in:
parent
0e86378336
commit
0712833de1
|
@ -275,36 +275,6 @@
|
||||||
this.label58 = new System.Windows.Forms.Label();
|
this.label58 = new System.Windows.Forms.Label();
|
||||||
this.Glide64mk2_filtering = new System.Windows.Forms.ComboBox();
|
this.Glide64mk2_filtering = new System.Windows.Forms.ComboBox();
|
||||||
this.Glide64mk2_UseDefaultHacks2 = new System.Windows.Forms.CheckBox();
|
this.Glide64mk2_UseDefaultHacks2 = new System.Windows.Forms.CheckBox();
|
||||||
//this.JaboTab = new System.Windows.Forms.TabPage();
|
|
||||||
//this.JaboPerGameHacksGroupBox = new System.Windows.Forms.GroupBox();
|
|
||||||
this.label71 = new System.Windows.Forms.Label();
|
|
||||||
this.label70 = new System.Windows.Forms.Label();
|
|
||||||
//this.JaboClearModeDropDown = new System.Windows.Forms.ComboBox();
|
|
||||||
this.label69 = new System.Windows.Forms.Label();
|
|
||||||
//this.JaboUseForGameCheckbox = new System.Windows.Forms.CheckBox();
|
|
||||||
this.label68 = new System.Windows.Forms.Label();
|
|
||||||
//this.JaboCopyFrameBufferCheckbox = new System.Windows.Forms.CheckBox();
|
|
||||||
this.label67 = new System.Windows.Forms.Label();
|
|
||||||
//this.JaboZCompareCheckbox = new System.Windows.Forms.CheckBox();
|
|
||||||
this.label66 = new System.Windows.Forms.Label();
|
|
||||||
//this.JaboDirect3DPipelineCheckbox = new System.Windows.Forms.CheckBox();
|
|
||||||
this.label65 = new System.Windows.Forms.Label();
|
|
||||||
//this.JaboAlphaBlendingCheckbox = new System.Windows.Forms.CheckBox();
|
|
||||||
this.label64 = new System.Windows.Forms.Label();
|
|
||||||
//this.JaboLegacyPixelPipelineCheckbox = new System.Windows.Forms.CheckBox();
|
|
||||||
this.label63 = new System.Windows.Forms.Label();
|
|
||||||
this.label62 = new System.Windows.Forms.Label();
|
|
||||||
//this.JaboAdjustAspectRatioCheckbox = new System.Windows.Forms.CheckBox();
|
|
||||||
this.label61 = new System.Windows.Forms.Label();
|
|
||||||
//this.JaboAntialiasingLevelDropdown = new System.Windows.Forms.ComboBox();
|
|
||||||
this.label60 = new System.Windows.Forms.Label();
|
|
||||||
//this.JaboTextureFilterCheckbox = new System.Windows.Forms.CheckBox();
|
|
||||||
this.label59 = new System.Windows.Forms.Label();
|
|
||||||
//this.JaboSuper2xsalCheckbox = new System.Windows.Forms.CheckBox();
|
|
||||||
//this.JaboBrightnessBox = new System.Windows.Forms.NumericUpDown();
|
|
||||||
this.label57 = new System.Windows.Forms.Label();
|
|
||||||
//this.JaboAnisotropicFilteringLevelDropdown = new System.Windows.Forms.ComboBox();
|
|
||||||
this.label51 = new System.Windows.Forms.Label();
|
|
||||||
this.GLideN64Tab = new System.Windows.Forms.TabPage();
|
this.GLideN64Tab = new System.Windows.Forms.TabPage();
|
||||||
this.tabControl3 = new System.Windows.Forms.TabControl();
|
this.tabControl3 = new System.Windows.Forms.TabControl();
|
||||||
this.tabPage5 = new System.Windows.Forms.TabPage();
|
this.tabPage5 = new System.Windows.Forms.TabPage();
|
||||||
|
@ -355,6 +325,8 @@
|
||||||
this.GLideN64_bilinearMode = new System.Windows.Forms.ComboBox();
|
this.GLideN64_bilinearMode = new System.Windows.Forms.ComboBox();
|
||||||
this.GLideN64_MaxAnisotropy = new System.Windows.Forms.CheckBox();
|
this.GLideN64_MaxAnisotropy = new System.Windows.Forms.CheckBox();
|
||||||
this.tabPage7 = new System.Windows.Forms.TabPage();
|
this.tabPage7 = new System.Windows.Forms.TabPage();
|
||||||
|
this.label89 = new System.Windows.Forms.Label();
|
||||||
|
this.GLideN64_UseNativeResolutionFactor = new System.Windows.Forms.TextBox();
|
||||||
this.GLideN64_DisableFBInfo = new System.Windows.Forms.CheckBox();
|
this.GLideN64_DisableFBInfo = new System.Windows.Forms.CheckBox();
|
||||||
this.GLideN64_FBInfoReadDepthChunk = new System.Windows.Forms.CheckBox();
|
this.GLideN64_FBInfoReadDepthChunk = new System.Windows.Forms.CheckBox();
|
||||||
this.GLideN64_FBInfoReadColorChunk = new System.Windows.Forms.CheckBox();
|
this.GLideN64_FBInfoReadColorChunk = new System.Windows.Forms.CheckBox();
|
||||||
|
@ -371,13 +343,24 @@
|
||||||
this.GLideN64_EnableCopyDepthToRDRAM = new System.Windows.Forms.ComboBox();
|
this.GLideN64_EnableCopyDepthToRDRAM = new System.Windows.Forms.ComboBox();
|
||||||
this.GLideN64_EnableFBEmulation = new System.Windows.Forms.CheckBox();
|
this.GLideN64_EnableFBEmulation = new System.Windows.Forms.CheckBox();
|
||||||
this.GLideN64_UseDefaultHacks = new System.Windows.Forms.CheckBox();
|
this.GLideN64_UseDefaultHacks = new System.Windows.Forms.CheckBox();
|
||||||
|
this.label71 = new System.Windows.Forms.Label();
|
||||||
|
this.label70 = new System.Windows.Forms.Label();
|
||||||
|
this.label69 = new System.Windows.Forms.Label();
|
||||||
|
this.label68 = new System.Windows.Forms.Label();
|
||||||
|
this.label67 = new System.Windows.Forms.Label();
|
||||||
|
this.label66 = new System.Windows.Forms.Label();
|
||||||
|
this.label65 = new System.Windows.Forms.Label();
|
||||||
|
this.label64 = new System.Windows.Forms.Label();
|
||||||
|
this.label63 = new System.Windows.Forms.Label();
|
||||||
|
this.label62 = new System.Windows.Forms.Label();
|
||||||
|
this.label61 = new System.Windows.Forms.Label();
|
||||||
|
this.label60 = new System.Windows.Forms.Label();
|
||||||
|
this.label59 = new System.Windows.Forms.Label();
|
||||||
|
this.label57 = new System.Windows.Forms.Label();
|
||||||
|
this.label51 = new System.Windows.Forms.Label();
|
||||||
this.SaveButton = new System.Windows.Forms.Button();
|
this.SaveButton = new System.Windows.Forms.Button();
|
||||||
this.CancelBT = new System.Windows.Forms.Button();
|
this.CancelBT = new System.Windows.Forms.Button();
|
||||||
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
|
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
|
||||||
this.label89 = new System.Windows.Forms.Label();
|
|
||||||
this.GLideN64_UseNativeResolutionFactor = new System.Windows.Forms.TextBox();
|
|
||||||
//this.JaboResolutionHeightBox = new BizHawk.Client.EmuHawk.WatchValueBox();
|
|
||||||
//this.JaboResolutionWidthBox = new BizHawk.Client.EmuHawk.WatchValueBox();
|
|
||||||
this.N64plugintabcontrol.SuspendLayout();
|
this.N64plugintabcontrol.SuspendLayout();
|
||||||
this.N64vpluginglobaltab.SuspendLayout();
|
this.N64vpluginglobaltab.SuspendLayout();
|
||||||
this.RiceTabPage.SuspendLayout();
|
this.RiceTabPage.SuspendLayout();
|
||||||
|
@ -398,9 +381,6 @@
|
||||||
this.tabPage1.SuspendLayout();
|
this.tabPage1.SuspendLayout();
|
||||||
this.tabPage2.SuspendLayout();
|
this.tabPage2.SuspendLayout();
|
||||||
this.tabPage3.SuspendLayout();
|
this.tabPage3.SuspendLayout();
|
||||||
//this.JaboTab.SuspendLayout();
|
|
||||||
//this.JaboPerGameHacksGroupBox.SuspendLayout();
|
|
||||||
//((System.ComponentModel.ISupportInitialize)(this.JaboBrightnessBox)).BeginInit();
|
|
||||||
this.GLideN64Tab.SuspendLayout();
|
this.GLideN64Tab.SuspendLayout();
|
||||||
this.tabControl3.SuspendLayout();
|
this.tabControl3.SuspendLayout();
|
||||||
this.tabPage5.SuspendLayout();
|
this.tabPage5.SuspendLayout();
|
||||||
|
@ -414,11 +394,10 @@
|
||||||
| System.Windows.Forms.AnchorStyles.Left)
|
| System.Windows.Forms.AnchorStyles.Left)
|
||||||
| System.Windows.Forms.AnchorStyles.Right)));
|
| System.Windows.Forms.AnchorStyles.Right)));
|
||||||
this.N64plugintabcontrol.Controls.Add(this.N64vpluginglobaltab);
|
this.N64plugintabcontrol.Controls.Add(this.N64vpluginglobaltab);
|
||||||
this.N64plugintabcontrol.Controls.Add(this.RiceTabPage);
|
|
||||||
this.N64plugintabcontrol.Controls.Add(this.Glide64TabPage);
|
|
||||||
this.N64plugintabcontrol.Controls.Add(this.Glide64mk2TabPage);
|
|
||||||
//this.N64plugintabcontrol.Controls.Add(this.JaboTab);
|
|
||||||
this.N64plugintabcontrol.Controls.Add(this.GLideN64Tab);
|
this.N64plugintabcontrol.Controls.Add(this.GLideN64Tab);
|
||||||
|
this.N64plugintabcontrol.Controls.Add(this.Glide64mk2TabPage);
|
||||||
|
this.N64plugintabcontrol.Controls.Add(this.Glide64TabPage);
|
||||||
|
this.N64plugintabcontrol.Controls.Add(this.RiceTabPage);
|
||||||
this.N64plugintabcontrol.Location = new System.Drawing.Point(-2, -2);
|
this.N64plugintabcontrol.Location = new System.Drawing.Point(-2, -2);
|
||||||
this.N64plugintabcontrol.Name = "N64plugintabcontrol";
|
this.N64plugintabcontrol.Name = "N64plugintabcontrol";
|
||||||
this.N64plugintabcontrol.SelectedIndex = 0;
|
this.N64plugintabcontrol.SelectedIndex = 0;
|
||||||
|
@ -583,7 +562,6 @@
|
||||||
"Rice",
|
"Rice",
|
||||||
"Glide64",
|
"Glide64",
|
||||||
"Glide64mk2",
|
"Glide64mk2",
|
||||||
//"Jabo 1.6.1",
|
|
||||||
"GLideN64"});
|
"GLideN64"});
|
||||||
this.PluginComboBox.Location = new System.Drawing.Point(13, 91);
|
this.PluginComboBox.Location = new System.Drawing.Point(13, 91);
|
||||||
this.PluginComboBox.Name = "PluginComboBox";
|
this.PluginComboBox.Name = "PluginComboBox";
|
||||||
|
@ -3369,327 +3347,6 @@
|
||||||
this.Glide64mk2_UseDefaultHacks2.Text = "Use defaults for current game";
|
this.Glide64mk2_UseDefaultHacks2.Text = "Use defaults for current game";
|
||||||
this.Glide64mk2_UseDefaultHacks2.UseVisualStyleBackColor = true;
|
this.Glide64mk2_UseDefaultHacks2.UseVisualStyleBackColor = true;
|
||||||
this.Glide64mk2_UseDefaultHacks2.CheckedChanged += new System.EventHandler(this.Glide64mk2_UseDefaultHacks2_CheckedChanged);
|
this.Glide64mk2_UseDefaultHacks2.CheckedChanged += new System.EventHandler(this.Glide64mk2_UseDefaultHacks2_CheckedChanged);
|
||||||
////
|
|
||||||
//// JaboTab
|
|
||||||
////
|
|
||||||
//this.JaboTab.Controls.Add(this.JaboPerGameHacksGroupBox);
|
|
||||||
//this.JaboTab.Controls.Add(this.JaboUseForGameCheckbox);
|
|
||||||
//this.JaboTab.Controls.Add(this.label68);
|
|
||||||
//this.JaboTab.Controls.Add(this.JaboCopyFrameBufferCheckbox);
|
|
||||||
//this.JaboTab.Controls.Add(this.label67);
|
|
||||||
//this.JaboTab.Controls.Add(this.JaboZCompareCheckbox);
|
|
||||||
//this.JaboTab.Controls.Add(this.label66);
|
|
||||||
//this.JaboTab.Controls.Add(this.JaboDirect3DPipelineCheckbox);
|
|
||||||
//this.JaboTab.Controls.Add(this.label65);
|
|
||||||
//this.JaboTab.Controls.Add(this.JaboAlphaBlendingCheckbox);
|
|
||||||
//this.JaboTab.Controls.Add(this.label64);
|
|
||||||
//this.JaboTab.Controls.Add(this.JaboLegacyPixelPipelineCheckbox);
|
|
||||||
//this.JaboTab.Controls.Add(this.label63);
|
|
||||||
//this.JaboTab.Controls.Add(this.label62);
|
|
||||||
//this.JaboTab.Controls.Add(this.JaboAdjustAspectRatioCheckbox);
|
|
||||||
//this.JaboTab.Controls.Add(this.label61);
|
|
||||||
//this.JaboTab.Controls.Add(this.JaboAntialiasingLevelDropdown);
|
|
||||||
//this.JaboTab.Controls.Add(this.label60);
|
|
||||||
//this.JaboTab.Controls.Add(this.JaboTextureFilterCheckbox);
|
|
||||||
//this.JaboTab.Controls.Add(this.label59);
|
|
||||||
//this.JaboTab.Controls.Add(this.JaboSuper2xsalCheckbox);
|
|
||||||
//this.JaboTab.Controls.Add(this.JaboBrightnessBox);
|
|
||||||
//this.JaboTab.Controls.Add(this.label57);
|
|
||||||
//this.JaboTab.Controls.Add(this.JaboAnisotropicFilteringLevelDropdown);
|
|
||||||
//this.JaboTab.Controls.Add(this.label51);
|
|
||||||
//this.JaboTab.Location = new System.Drawing.Point(4, 22);
|
|
||||||
//this.JaboTab.Name = "JaboTab";
|
|
||||||
//this.JaboTab.Size = new System.Drawing.Size(572, 343);
|
|
||||||
//this.JaboTab.TabIndex = 7;
|
|
||||||
//this.JaboTab.Text = "Jabo";
|
|
||||||
//this.JaboTab.UseVisualStyleBackColor = true;
|
|
||||||
////
|
|
||||||
//// JaboPerGameHacksGroupBox
|
|
||||||
////
|
|
||||||
//this.JaboPerGameHacksGroupBox.Controls.Add(this.JaboResolutionHeightBox);
|
|
||||||
//this.JaboPerGameHacksGroupBox.Controls.Add(this.JaboResolutionWidthBox);
|
|
||||||
//this.JaboPerGameHacksGroupBox.Controls.Add(this.label71);
|
|
||||||
//this.JaboPerGameHacksGroupBox.Controls.Add(this.label70);
|
|
||||||
//this.JaboPerGameHacksGroupBox.Controls.Add(this.JaboClearModeDropDown);
|
|
||||||
//this.JaboPerGameHacksGroupBox.Controls.Add(this.label69);
|
|
||||||
//this.JaboPerGameHacksGroupBox.Location = new System.Drawing.Point(292, 36);
|
|
||||||
//this.JaboPerGameHacksGroupBox.Name = "JaboPerGameHacksGroupBox";
|
|
||||||
//this.JaboPerGameHacksGroupBox.Size = new System.Drawing.Size(271, 196);
|
|
||||||
//this.JaboPerGameHacksGroupBox.TabIndex = 29;
|
|
||||||
//this.JaboPerGameHacksGroupBox.TabStop = false;
|
|
||||||
//this.JaboPerGameHacksGroupBox.Text = "Per game settings";
|
|
||||||
//
|
|
||||||
// label71
|
|
||||||
//
|
|
||||||
this.label71.AutoSize = true;
|
|
||||||
this.label71.Location = new System.Drawing.Point(15, 94);
|
|
||||||
this.label71.Name = "label71";
|
|
||||||
this.label71.Size = new System.Drawing.Size(91, 13);
|
|
||||||
this.label71.TabIndex = 32;
|
|
||||||
this.label71.Text = "Resolution Height";
|
|
||||||
//
|
|
||||||
// label70
|
|
||||||
//
|
|
||||||
this.label70.AutoSize = true;
|
|
||||||
this.label70.Location = new System.Drawing.Point(15, 64);
|
|
||||||
this.label70.Name = "label70";
|
|
||||||
this.label70.Size = new System.Drawing.Size(88, 13);
|
|
||||||
this.label70.TabIndex = 31;
|
|
||||||
this.label70.Text = "Resolution Width";
|
|
||||||
////
|
|
||||||
//// JaboClearModeDropDown
|
|
||||||
////
|
|
||||||
//this.JaboClearModeDropDown.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
||||||
//this.JaboClearModeDropDown.FormattingEnabled = true;
|
|
||||||
//this.JaboClearModeDropDown.Location = new System.Drawing.Point(127, 30);
|
|
||||||
//this.JaboClearModeDropDown.Name = "JaboClearModeDropDown";
|
|
||||||
//this.JaboClearModeDropDown.Size = new System.Drawing.Size(138, 21);
|
|
||||||
//this.JaboClearModeDropDown.TabIndex = 30;
|
|
||||||
//
|
|
||||||
// label69
|
|
||||||
//
|
|
||||||
this.label69.AutoSize = true;
|
|
||||||
this.label69.Location = new System.Drawing.Point(15, 34);
|
|
||||||
this.label69.Name = "label69";
|
|
||||||
this.label69.Size = new System.Drawing.Size(106, 13);
|
|
||||||
this.label69.TabIndex = 0;
|
|
||||||
this.label69.Text = "Direct3D Clear Mode";
|
|
||||||
////
|
|
||||||
//// JaboUseForGameCheckbox
|
|
||||||
////
|
|
||||||
//this.JaboUseForGameCheckbox.AutoSize = true;
|
|
||||||
//this.JaboUseForGameCheckbox.Location = new System.Drawing.Point(292, 13);
|
|
||||||
//this.JaboUseForGameCheckbox.Name = "JaboUseForGameCheckbox";
|
|
||||||
//this.JaboUseForGameCheckbox.Size = new System.Drawing.Size(165, 17);
|
|
||||||
//this.JaboUseForGameCheckbox.TabIndex = 28;
|
|
||||||
//this.JaboUseForGameCheckbox.Text = "Use defaults for current game";
|
|
||||||
//this.JaboUseForGameCheckbox.UseVisualStyleBackColor = true;
|
|
||||||
//this.JaboUseForGameCheckbox.CheckedChanged += new System.EventHandler(this.JaboUseForGameCheckbox_CheckedChanged);
|
|
||||||
//
|
|
||||||
// label68
|
|
||||||
//
|
|
||||||
this.label68.AutoSize = true;
|
|
||||||
this.label68.Location = new System.Drawing.Point(51, 316);
|
|
||||||
this.label68.Name = "label68";
|
|
||||||
this.label68.Size = new System.Drawing.Size(87, 13);
|
|
||||||
this.label68.TabIndex = 27;
|
|
||||||
this.label68.Text = "Copy framebuffer";
|
|
||||||
////
|
|
||||||
//// JaboCopyFrameBufferCheckbox
|
|
||||||
////
|
|
||||||
//this.JaboCopyFrameBufferCheckbox.AutoSize = true;
|
|
||||||
//this.JaboCopyFrameBufferCheckbox.Location = new System.Drawing.Point(154, 315);
|
|
||||||
//this.JaboCopyFrameBufferCheckbox.Name = "JaboCopyFrameBufferCheckbox";
|
|
||||||
//this.JaboCopyFrameBufferCheckbox.Size = new System.Drawing.Size(15, 14);
|
|
||||||
//this.JaboCopyFrameBufferCheckbox.TabIndex = 26;
|
|
||||||
//this.JaboCopyFrameBufferCheckbox.UseVisualStyleBackColor = true;
|
|
||||||
//
|
|
||||||
// label67
|
|
||||||
//
|
|
||||||
this.label67.AutoSize = true;
|
|
||||||
this.label67.Location = new System.Drawing.Point(49, 286);
|
|
||||||
this.label67.Name = "label67";
|
|
||||||
this.label67.Size = new System.Drawing.Size(89, 13);
|
|
||||||
this.label67.TabIndex = 25;
|
|
||||||
this.label67.Text = "Force Z Compare";
|
|
||||||
////
|
|
||||||
//// JaboZCompareCheckbox
|
|
||||||
////
|
|
||||||
//this.JaboZCompareCheckbox.AutoSize = true;
|
|
||||||
//this.JaboZCompareCheckbox.Location = new System.Drawing.Point(154, 285);
|
|
||||||
//this.JaboZCompareCheckbox.Name = "JaboZCompareCheckbox";
|
|
||||||
//this.JaboZCompareCheckbox.Size = new System.Drawing.Size(15, 14);
|
|
||||||
//this.JaboZCompareCheckbox.TabIndex = 24;
|
|
||||||
//this.JaboZCompareCheckbox.UseVisualStyleBackColor = true;
|
|
||||||
//
|
|
||||||
// label66
|
|
||||||
//
|
|
||||||
this.label66.AutoSize = true;
|
|
||||||
this.label66.Location = new System.Drawing.Point(24, 256);
|
|
||||||
this.label66.Name = "label66";
|
|
||||||
this.label66.Size = new System.Drawing.Size(114, 13);
|
|
||||||
this.label66.TabIndex = 23;
|
|
||||||
this.label66.Text = "Direct3D trans pipeline";
|
|
||||||
////
|
|
||||||
//// JaboDirect3DPipelineCheckbox
|
|
||||||
////
|
|
||||||
//this.JaboDirect3DPipelineCheckbox.AutoSize = true;
|
|
||||||
//this.JaboDirect3DPipelineCheckbox.Location = new System.Drawing.Point(154, 255);
|
|
||||||
//this.JaboDirect3DPipelineCheckbox.Name = "JaboDirect3DPipelineCheckbox";
|
|
||||||
//this.JaboDirect3DPipelineCheckbox.Size = new System.Drawing.Size(15, 14);
|
|
||||||
//this.JaboDirect3DPipelineCheckbox.TabIndex = 22;
|
|
||||||
//this.JaboDirect3DPipelineCheckbox.UseVisualStyleBackColor = true;
|
|
||||||
//
|
|
||||||
// label65
|
|
||||||
//
|
|
||||||
this.label65.AutoSize = true;
|
|
||||||
this.label65.Location = new System.Drawing.Point(32, 226);
|
|
||||||
this.label65.Name = "label65";
|
|
||||||
this.label65.Size = new System.Drawing.Size(106, 13);
|
|
||||||
this.label65.TabIndex = 21;
|
|
||||||
this.label65.Text = "Force alpha blending";
|
|
||||||
////
|
|
||||||
//// JaboAlphaBlendingCheckbox
|
|
||||||
////
|
|
||||||
//this.JaboAlphaBlendingCheckbox.AutoSize = true;
|
|
||||||
//this.JaboAlphaBlendingCheckbox.Location = new System.Drawing.Point(154, 225);
|
|
||||||
//this.JaboAlphaBlendingCheckbox.Name = "JaboAlphaBlendingCheckbox";
|
|
||||||
//this.JaboAlphaBlendingCheckbox.Size = new System.Drawing.Size(15, 14);
|
|
||||||
//this.JaboAlphaBlendingCheckbox.TabIndex = 20;
|
|
||||||
//this.JaboAlphaBlendingCheckbox.UseVisualStyleBackColor = true;
|
|
||||||
//
|
|
||||||
// label64
|
|
||||||
//
|
|
||||||
this.label64.AutoSize = true;
|
|
||||||
this.label64.Location = new System.Drawing.Point(15, 195);
|
|
||||||
this.label64.Name = "label64";
|
|
||||||
this.label64.Size = new System.Drawing.Size(123, 13);
|
|
||||||
this.label64.TabIndex = 19;
|
|
||||||
this.label64.Text = "Use legacy pixel pipeline";
|
|
||||||
////
|
|
||||||
//// JaboLegacyPixelPipelineCheckbox
|
|
||||||
////
|
|
||||||
//this.JaboLegacyPixelPipelineCheckbox.AutoSize = true;
|
|
||||||
//this.JaboLegacyPixelPipelineCheckbox.Location = new System.Drawing.Point(154, 195);
|
|
||||||
//this.JaboLegacyPixelPipelineCheckbox.Name = "JaboLegacyPixelPipelineCheckbox";
|
|
||||||
//this.JaboLegacyPixelPipelineCheckbox.Size = new System.Drawing.Size(15, 14);
|
|
||||||
//this.JaboLegacyPixelPipelineCheckbox.TabIndex = 18;
|
|
||||||
//this.JaboLegacyPixelPipelineCheckbox.UseVisualStyleBackColor = true;
|
|
||||||
//
|
|
||||||
// label63
|
|
||||||
//
|
|
||||||
this.label63.AutoSize = true;
|
|
||||||
this.label63.Location = new System.Drawing.Point(15, 177);
|
|
||||||
this.label63.Name = "label63";
|
|
||||||
this.label63.Size = new System.Drawing.Size(76, 13);
|
|
||||||
this.label63.TabIndex = 17;
|
|
||||||
this.label63.Text = "to match yours";
|
|
||||||
//
|
|
||||||
// label62
|
|
||||||
//
|
|
||||||
this.label62.AutoSize = true;
|
|
||||||
this.label62.Location = new System.Drawing.Point(15, 164);
|
|
||||||
this.label62.Name = "label62";
|
|
||||||
this.label62.Size = new System.Drawing.Size(123, 13);
|
|
||||||
this.label62.TabIndex = 16;
|
|
||||||
this.label62.Text = "Adjust game aspect ratio";
|
|
||||||
////
|
|
||||||
//// JaboAdjustAspectRatioCheckbox
|
|
||||||
////
|
|
||||||
//this.JaboAdjustAspectRatioCheckbox.AutoSize = true;
|
|
||||||
//this.JaboAdjustAspectRatioCheckbox.Location = new System.Drawing.Point(154, 165);
|
|
||||||
//this.JaboAdjustAspectRatioCheckbox.Name = "JaboAdjustAspectRatioCheckbox";
|
|
||||||
//this.JaboAdjustAspectRatioCheckbox.Size = new System.Drawing.Size(15, 14);
|
|
||||||
//this.JaboAdjustAspectRatioCheckbox.TabIndex = 15;
|
|
||||||
//this.JaboAdjustAspectRatioCheckbox.UseVisualStyleBackColor = true;
|
|
||||||
//
|
|
||||||
// label61
|
|
||||||
//
|
|
||||||
this.label61.AutoSize = true;
|
|
||||||
this.label61.Location = new System.Drawing.Point(49, 49);
|
|
||||||
this.label61.Name = "label61";
|
|
||||||
this.label61.Size = new System.Drawing.Size(89, 13);
|
|
||||||
this.label61.TabIndex = 14;
|
|
||||||
this.label61.Text = "Antialiasing Level";
|
|
||||||
////
|
|
||||||
//// JaboAntialiasingLevelDropdown
|
|
||||||
////
|
|
||||||
//this.JaboAntialiasingLevelDropdown.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
||||||
//this.JaboAntialiasingLevelDropdown.FormattingEnabled = true;
|
|
||||||
//this.JaboAntialiasingLevelDropdown.Location = new System.Drawing.Point(154, 45);
|
|
||||||
//this.JaboAntialiasingLevelDropdown.Name = "JaboAntialiasingLevelDropdown";
|
|
||||||
//this.JaboAntialiasingLevelDropdown.Size = new System.Drawing.Size(121, 21);
|
|
||||||
//this.JaboAntialiasingLevelDropdown.TabIndex = 13;
|
|
||||||
//
|
|
||||||
// label60
|
|
||||||
//
|
|
||||||
this.label60.AutoSize = true;
|
|
||||||
this.label60.Location = new System.Drawing.Point(21, 136);
|
|
||||||
this.label60.Name = "label60";
|
|
||||||
this.label60.Size = new System.Drawing.Size(117, 13);
|
|
||||||
this.label60.TabIndex = 12;
|
|
||||||
this.label60.Text = "Always use texture filter";
|
|
||||||
////
|
|
||||||
//// JaboTextureFilterCheckbox
|
|
||||||
////
|
|
||||||
//this.JaboTextureFilterCheckbox.AutoSize = true;
|
|
||||||
//this.JaboTextureFilterCheckbox.Location = new System.Drawing.Point(154, 135);
|
|
||||||
//this.JaboTextureFilterCheckbox.Name = "JaboTextureFilterCheckbox";
|
|
||||||
//this.JaboTextureFilterCheckbox.Size = new System.Drawing.Size(15, 14);
|
|
||||||
//this.JaboTextureFilterCheckbox.TabIndex = 11;
|
|
||||||
//this.JaboTextureFilterCheckbox.UseVisualStyleBackColor = true;
|
|
||||||
//
|
|
||||||
// label59
|
|
||||||
//
|
|
||||||
this.label59.AutoSize = true;
|
|
||||||
this.label59.Location = new System.Drawing.Point(76, 107);
|
|
||||||
this.label59.Name = "label59";
|
|
||||||
this.label59.Size = new System.Drawing.Size(62, 13);
|
|
||||||
this.label59.TabIndex = 10;
|
|
||||||
this.label59.Text = "Super 2xsal";
|
|
||||||
////
|
|
||||||
//// JaboSuper2xsalCheckbox
|
|
||||||
////
|
|
||||||
//this.JaboSuper2xsalCheckbox.AutoSize = true;
|
|
||||||
//this.JaboSuper2xsalCheckbox.Location = new System.Drawing.Point(154, 105);
|
|
||||||
//this.JaboSuper2xsalCheckbox.Name = "JaboSuper2xsalCheckbox";
|
|
||||||
//this.JaboSuper2xsalCheckbox.Size = new System.Drawing.Size(15, 14);
|
|
||||||
//this.JaboSuper2xsalCheckbox.TabIndex = 9;
|
|
||||||
//this.JaboSuper2xsalCheckbox.UseVisualStyleBackColor = true;
|
|
||||||
////
|
|
||||||
//// JaboBrightnessBox
|
|
||||||
////
|
|
||||||
//this.JaboBrightnessBox.Increment = new decimal(new int[] {
|
|
||||||
// 3,
|
|
||||||
// 0,
|
|
||||||
// 0,
|
|
||||||
// 0});
|
|
||||||
//this.JaboBrightnessBox.Location = new System.Drawing.Point(154, 75);
|
|
||||||
//this.JaboBrightnessBox.Maximum = new decimal(new int[] {
|
|
||||||
// 190,
|
|
||||||
// 0,
|
|
||||||
// 0,
|
|
||||||
// 0});
|
|
||||||
//this.JaboBrightnessBox.Minimum = new decimal(new int[] {
|
|
||||||
// 100,
|
|
||||||
// 0,
|
|
||||||
// 0,
|
|
||||||
// 0});
|
|
||||||
//this.JaboBrightnessBox.Name = "JaboBrightnessBox";
|
|
||||||
//this.JaboBrightnessBox.Size = new System.Drawing.Size(48, 20);
|
|
||||||
//this.JaboBrightnessBox.TabIndex = 8;
|
|
||||||
//this.JaboBrightnessBox.Value = new decimal(new int[] {
|
|
||||||
// 100,
|
|
||||||
// 0,
|
|
||||||
// 0,
|
|
||||||
// 0});
|
|
||||||
//
|
|
||||||
// label57
|
|
||||||
//
|
|
||||||
this.label57.AutoSize = true;
|
|
||||||
this.label57.Location = new System.Drawing.Point(82, 79);
|
|
||||||
this.label57.Name = "label57";
|
|
||||||
this.label57.Size = new System.Drawing.Size(56, 13);
|
|
||||||
this.label57.TabIndex = 7;
|
|
||||||
this.label57.Text = "Brightness";
|
|
||||||
////
|
|
||||||
//// JaboAnisotropicFilteringLevelDropdown
|
|
||||||
////
|
|
||||||
//this.JaboAnisotropicFilteringLevelDropdown.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
||||||
//this.JaboAnisotropicFilteringLevelDropdown.FormattingEnabled = true;
|
|
||||||
//this.JaboAnisotropicFilteringLevelDropdown.Location = new System.Drawing.Point(154, 12);
|
|
||||||
//this.JaboAnisotropicFilteringLevelDropdown.Name = "JaboAnisotropicFilteringLevelDropdown";
|
|
||||||
//this.JaboAnisotropicFilteringLevelDropdown.Size = new System.Drawing.Size(121, 21);
|
|
||||||
//this.JaboAnisotropicFilteringLevelDropdown.TabIndex = 6;
|
|
||||||
//
|
|
||||||
// label51
|
|
||||||
//
|
|
||||||
this.label51.AutoSize = true;
|
|
||||||
this.label51.Location = new System.Drawing.Point(18, 15);
|
|
||||||
this.label51.Name = "label51";
|
|
||||||
this.label51.Size = new System.Drawing.Size(120, 13);
|
|
||||||
this.label51.TabIndex = 5;
|
|
||||||
this.label51.Text = "Anisotropic filtering level";
|
|
||||||
//
|
//
|
||||||
// GLideN64Tab
|
// GLideN64Tab
|
||||||
//
|
//
|
||||||
|
@ -4369,6 +4026,22 @@
|
||||||
this.tabPage7.Text = "Frame buffer settings";
|
this.tabPage7.Text = "Frame buffer settings";
|
||||||
this.tabPage7.UseVisualStyleBackColor = true;
|
this.tabPage7.UseVisualStyleBackColor = true;
|
||||||
//
|
//
|
||||||
|
// label89
|
||||||
|
//
|
||||||
|
this.label89.AutoSize = true;
|
||||||
|
this.label89.Location = new System.Drawing.Point(3, 45);
|
||||||
|
this.label89.Name = "label89";
|
||||||
|
this.label89.Size = new System.Drawing.Size(146, 13);
|
||||||
|
this.label89.TabIndex = 78;
|
||||||
|
this.label89.Text = "Use Native Resolution Factor";
|
||||||
|
//
|
||||||
|
// GLideN64_UseNativeResolutionFactor
|
||||||
|
//
|
||||||
|
this.GLideN64_UseNativeResolutionFactor.Location = new System.Drawing.Point(155, 42);
|
||||||
|
this.GLideN64_UseNativeResolutionFactor.Name = "GLideN64_UseNativeResolutionFactor";
|
||||||
|
this.GLideN64_UseNativeResolutionFactor.Size = new System.Drawing.Size(32, 20);
|
||||||
|
this.GLideN64_UseNativeResolutionFactor.TabIndex = 77;
|
||||||
|
//
|
||||||
// GLideN64_DisableFBInfo
|
// GLideN64_DisableFBInfo
|
||||||
//
|
//
|
||||||
this.GLideN64_DisableFBInfo.AutoSize = true;
|
this.GLideN64_DisableFBInfo.AutoSize = true;
|
||||||
|
@ -4539,6 +4212,141 @@
|
||||||
this.GLideN64_UseDefaultHacks.UseVisualStyleBackColor = true;
|
this.GLideN64_UseDefaultHacks.UseVisualStyleBackColor = true;
|
||||||
this.GLideN64_UseDefaultHacks.CheckedChanged += new System.EventHandler(this.GLideN64_UseDefaultHacks_CheckedChanged);
|
this.GLideN64_UseDefaultHacks.CheckedChanged += new System.EventHandler(this.GLideN64_UseDefaultHacks_CheckedChanged);
|
||||||
//
|
//
|
||||||
|
// label71
|
||||||
|
//
|
||||||
|
this.label71.AutoSize = true;
|
||||||
|
this.label71.Location = new System.Drawing.Point(15, 94);
|
||||||
|
this.label71.Name = "label71";
|
||||||
|
this.label71.Size = new System.Drawing.Size(91, 13);
|
||||||
|
this.label71.TabIndex = 32;
|
||||||
|
this.label71.Text = "Resolution Height";
|
||||||
|
//
|
||||||
|
// label70
|
||||||
|
//
|
||||||
|
this.label70.AutoSize = true;
|
||||||
|
this.label70.Location = new System.Drawing.Point(15, 64);
|
||||||
|
this.label70.Name = "label70";
|
||||||
|
this.label70.Size = new System.Drawing.Size(88, 13);
|
||||||
|
this.label70.TabIndex = 31;
|
||||||
|
this.label70.Text = "Resolution Width";
|
||||||
|
//
|
||||||
|
// label69
|
||||||
|
//
|
||||||
|
this.label69.AutoSize = true;
|
||||||
|
this.label69.Location = new System.Drawing.Point(15, 34);
|
||||||
|
this.label69.Name = "label69";
|
||||||
|
this.label69.Size = new System.Drawing.Size(106, 13);
|
||||||
|
this.label69.TabIndex = 0;
|
||||||
|
this.label69.Text = "Direct3D Clear Mode";
|
||||||
|
//
|
||||||
|
// label68
|
||||||
|
//
|
||||||
|
this.label68.AutoSize = true;
|
||||||
|
this.label68.Location = new System.Drawing.Point(51, 316);
|
||||||
|
this.label68.Name = "label68";
|
||||||
|
this.label68.Size = new System.Drawing.Size(87, 13);
|
||||||
|
this.label68.TabIndex = 27;
|
||||||
|
this.label68.Text = "Copy framebuffer";
|
||||||
|
//
|
||||||
|
// label67
|
||||||
|
//
|
||||||
|
this.label67.AutoSize = true;
|
||||||
|
this.label67.Location = new System.Drawing.Point(49, 286);
|
||||||
|
this.label67.Name = "label67";
|
||||||
|
this.label67.Size = new System.Drawing.Size(89, 13);
|
||||||
|
this.label67.TabIndex = 25;
|
||||||
|
this.label67.Text = "Force Z Compare";
|
||||||
|
//
|
||||||
|
// label66
|
||||||
|
//
|
||||||
|
this.label66.AutoSize = true;
|
||||||
|
this.label66.Location = new System.Drawing.Point(24, 256);
|
||||||
|
this.label66.Name = "label66";
|
||||||
|
this.label66.Size = new System.Drawing.Size(114, 13);
|
||||||
|
this.label66.TabIndex = 23;
|
||||||
|
this.label66.Text = "Direct3D trans pipeline";
|
||||||
|
//
|
||||||
|
// label65
|
||||||
|
//
|
||||||
|
this.label65.AutoSize = true;
|
||||||
|
this.label65.Location = new System.Drawing.Point(32, 226);
|
||||||
|
this.label65.Name = "label65";
|
||||||
|
this.label65.Size = new System.Drawing.Size(106, 13);
|
||||||
|
this.label65.TabIndex = 21;
|
||||||
|
this.label65.Text = "Force alpha blending";
|
||||||
|
//
|
||||||
|
// label64
|
||||||
|
//
|
||||||
|
this.label64.AutoSize = true;
|
||||||
|
this.label64.Location = new System.Drawing.Point(15, 195);
|
||||||
|
this.label64.Name = "label64";
|
||||||
|
this.label64.Size = new System.Drawing.Size(123, 13);
|
||||||
|
this.label64.TabIndex = 19;
|
||||||
|
this.label64.Text = "Use legacy pixel pipeline";
|
||||||
|
//
|
||||||
|
// label63
|
||||||
|
//
|
||||||
|
this.label63.AutoSize = true;
|
||||||
|
this.label63.Location = new System.Drawing.Point(15, 177);
|
||||||
|
this.label63.Name = "label63";
|
||||||
|
this.label63.Size = new System.Drawing.Size(76, 13);
|
||||||
|
this.label63.TabIndex = 17;
|
||||||
|
this.label63.Text = "to match yours";
|
||||||
|
//
|
||||||
|
// label62
|
||||||
|
//
|
||||||
|
this.label62.AutoSize = true;
|
||||||
|
this.label62.Location = new System.Drawing.Point(15, 164);
|
||||||
|
this.label62.Name = "label62";
|
||||||
|
this.label62.Size = new System.Drawing.Size(123, 13);
|
||||||
|
this.label62.TabIndex = 16;
|
||||||
|
this.label62.Text = "Adjust game aspect ratio";
|
||||||
|
//
|
||||||
|
// label61
|
||||||
|
//
|
||||||
|
this.label61.AutoSize = true;
|
||||||
|
this.label61.Location = new System.Drawing.Point(49, 49);
|
||||||
|
this.label61.Name = "label61";
|
||||||
|
this.label61.Size = new System.Drawing.Size(89, 13);
|
||||||
|
this.label61.TabIndex = 14;
|
||||||
|
this.label61.Text = "Antialiasing Level";
|
||||||
|
//
|
||||||
|
// label60
|
||||||
|
//
|
||||||
|
this.label60.AutoSize = true;
|
||||||
|
this.label60.Location = new System.Drawing.Point(21, 136);
|
||||||
|
this.label60.Name = "label60";
|
||||||
|
this.label60.Size = new System.Drawing.Size(117, 13);
|
||||||
|
this.label60.TabIndex = 12;
|
||||||
|
this.label60.Text = "Always use texture filter";
|
||||||
|
//
|
||||||
|
// label59
|
||||||
|
//
|
||||||
|
this.label59.AutoSize = true;
|
||||||
|
this.label59.Location = new System.Drawing.Point(76, 107);
|
||||||
|
this.label59.Name = "label59";
|
||||||
|
this.label59.Size = new System.Drawing.Size(62, 13);
|
||||||
|
this.label59.TabIndex = 10;
|
||||||
|
this.label59.Text = "Super 2xsal";
|
||||||
|
//
|
||||||
|
// label57
|
||||||
|
//
|
||||||
|
this.label57.AutoSize = true;
|
||||||
|
this.label57.Location = new System.Drawing.Point(82, 79);
|
||||||
|
this.label57.Name = "label57";
|
||||||
|
this.label57.Size = new System.Drawing.Size(56, 13);
|
||||||
|
this.label57.TabIndex = 7;
|
||||||
|
this.label57.Text = "Brightness";
|
||||||
|
//
|
||||||
|
// label51
|
||||||
|
//
|
||||||
|
this.label51.AutoSize = true;
|
||||||
|
this.label51.Location = new System.Drawing.Point(18, 15);
|
||||||
|
this.label51.Name = "label51";
|
||||||
|
this.label51.Size = new System.Drawing.Size(120, 13);
|
||||||
|
this.label51.TabIndex = 5;
|
||||||
|
this.label51.Text = "Anisotropic filtering level";
|
||||||
|
//
|
||||||
// SaveButton
|
// SaveButton
|
||||||
//
|
//
|
||||||
this.SaveButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
this.SaveButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
||||||
|
@ -4570,48 +4378,6 @@
|
||||||
this.toolTip1.ReshowDelay = 100;
|
this.toolTip1.ReshowDelay = 100;
|
||||||
this.toolTip1.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info;
|
this.toolTip1.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info;
|
||||||
//
|
//
|
||||||
// label89
|
|
||||||
//
|
|
||||||
this.label89.AutoSize = true;
|
|
||||||
this.label89.Location = new System.Drawing.Point(3, 45);
|
|
||||||
this.label89.Name = "label89";
|
|
||||||
this.label89.Size = new System.Drawing.Size(146, 13);
|
|
||||||
this.label89.TabIndex = 78;
|
|
||||||
this.label89.Text = "Use Native Resolution Factor";
|
|
||||||
//
|
|
||||||
// GLideN64_UseNativeResolutionFactor
|
|
||||||
//
|
|
||||||
this.GLideN64_UseNativeResolutionFactor.Location = new System.Drawing.Point(155, 42);
|
|
||||||
this.GLideN64_UseNativeResolutionFactor.Name = "GLideN64_UseNativeResolutionFactor";
|
|
||||||
this.GLideN64_UseNativeResolutionFactor.Size = new System.Drawing.Size(32, 20);
|
|
||||||
this.GLideN64_UseNativeResolutionFactor.TabIndex = 77;
|
|
||||||
////
|
|
||||||
//// JaboResolutionHeightBox
|
|
||||||
////
|
|
||||||
//this.JaboResolutionHeightBox.ByteSize = BizHawk.Client.Common.WatchSize.Byte;
|
|
||||||
//this.JaboResolutionHeightBox.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
|
|
||||||
//this.JaboResolutionHeightBox.Location = new System.Drawing.Point(127, 90);
|
|
||||||
//this.JaboResolutionHeightBox.MaxLength = 4;
|
|
||||||
//this.JaboResolutionHeightBox.Name = "JaboResolutionHeightBox";
|
|
||||||
//this.JaboResolutionHeightBox.Nullable = false;
|
|
||||||
//this.JaboResolutionHeightBox.Size = new System.Drawing.Size(52, 20);
|
|
||||||
//this.JaboResolutionHeightBox.TabIndex = 34;
|
|
||||||
//this.JaboResolutionHeightBox.Text = "0";
|
|
||||||
//this.JaboResolutionHeightBox.Type = BizHawk.Client.Common.DisplayType.Signed;
|
|
||||||
////
|
|
||||||
//// JaboResolutionWidthBox
|
|
||||||
////
|
|
||||||
//this.JaboResolutionWidthBox.ByteSize = BizHawk.Client.Common.WatchSize.Byte;
|
|
||||||
//this.JaboResolutionWidthBox.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
|
|
||||||
//this.JaboResolutionWidthBox.Location = new System.Drawing.Point(127, 60);
|
|
||||||
//this.JaboResolutionWidthBox.MaxLength = 4;
|
|
||||||
//this.JaboResolutionWidthBox.Name = "JaboResolutionWidthBox";
|
|
||||||
//this.JaboResolutionWidthBox.Nullable = false;
|
|
||||||
//this.JaboResolutionWidthBox.Size = new System.Drawing.Size(52, 20);
|
|
||||||
//this.JaboResolutionWidthBox.TabIndex = 33;
|
|
||||||
//this.JaboResolutionWidthBox.Text = "0";
|
|
||||||
//this.JaboResolutionWidthBox.Type = BizHawk.Client.Common.DisplayType.Signed;
|
|
||||||
//
|
|
||||||
// N64VideoPluginconfig
|
// N64VideoPluginconfig
|
||||||
//
|
//
|
||||||
this.AcceptButton = this.SaveButton;
|
this.AcceptButton = this.SaveButton;
|
||||||
|
@ -4660,11 +4426,6 @@
|
||||||
this.tabPage2.PerformLayout();
|
this.tabPage2.PerformLayout();
|
||||||
this.tabPage3.ResumeLayout(false);
|
this.tabPage3.ResumeLayout(false);
|
||||||
this.tabPage3.PerformLayout();
|
this.tabPage3.PerformLayout();
|
||||||
//this.JaboTab.ResumeLayout(false);
|
|
||||||
//this.JaboTab.PerformLayout();
|
|
||||||
//this.JaboPerGameHacksGroupBox.ResumeLayout(false);
|
|
||||||
//this.JaboPerGameHacksGroupBox.PerformLayout();
|
|
||||||
//((System.ComponentModel.ISupportInitialize)(this.JaboBrightnessBox)).EndInit();
|
|
||||||
this.GLideN64Tab.ResumeLayout(false);
|
this.GLideN64Tab.ResumeLayout(false);
|
||||||
this.tabControl3.ResumeLayout(false);
|
this.tabControl3.ResumeLayout(false);
|
||||||
this.tabPage5.ResumeLayout(false);
|
this.tabPage5.ResumeLayout(false);
|
||||||
|
|
Loading…
Reference in New Issue