Revert "gsdumpgui: Update renderer options."

This reverts commit 0c752d2ae1.
This commit is contained in:
lightningterror
2022-06-10 15:00:37 +02:00
parent 89e5a8dfdf
commit c2666b52bc
4 changed files with 64 additions and 10 deletions

View File

@@ -48,8 +48,11 @@
this.lblLog = new System.Windows.Forms.Label(); this.lblLog = new System.Windows.Forms.Label();
this.cmdOpenIni = new System.Windows.Forms.Button(); this.cmdOpenIni = new System.Windows.Forms.Button();
this.pctBox = new System.Windows.Forms.PictureBox(); this.pctBox = new System.Windows.Forms.PictureBox();
this.rdaDX9HW = new System.Windows.Forms.RadioButton();
this.rdaDX1011HW = new System.Windows.Forms.RadioButton(); this.rdaDX1011HW = new System.Windows.Forms.RadioButton();
this.rdaOGLHW = new System.Windows.Forms.RadioButton(); this.rdaOGLHW = new System.Windows.Forms.RadioButton();
this.rdaDX9SW = new System.Windows.Forms.RadioButton();
this.rdaDX1011SW = new System.Windows.Forms.RadioButton();
this.rdaOGLSW = new System.Windows.Forms.RadioButton(); this.rdaOGLSW = new System.Windows.Forms.RadioButton();
this.lblOverride = new System.Windows.Forms.Label(); this.lblOverride = new System.Windows.Forms.Label();
this.rdaNone = new System.Windows.Forms.RadioButton(); this.rdaNone = new System.Windows.Forms.RadioButton();
@@ -248,10 +251,22 @@
this.pctBox.TabStop = false; this.pctBox.TabStop = false;
this.pctBox.Click += new System.EventHandler(PreviewImageClick); this.pctBox.Click += new System.EventHandler(PreviewImageClick);
// //
// rdaDX9HW
//
this.rdaDX9HW.AutoSize = true;
this.rdaDX9HW.Location = new System.Drawing.Point(874, 111);
this.rdaDX9HW.Name = "rdaDX9HW";
this.rdaDX9HW.Size = new System.Drawing.Size(75, 17);
this.rdaDX9HW.TabIndex = 17;
this.rdaDX9HW.Tag = "1";
this.rdaDX9HW.Text = "D3D9 HW";
this.rdaDX9HW.UseVisualStyleBackColor = true;
this.rdaDX9HW.CheckedChanged += new System.EventHandler(this.rda_CheckedChanged);
//
// rdaDX1011HW // rdaDX1011HW
// //
this.rdaDX1011HW.AutoSize = true; this.rdaDX1011HW.AutoSize = true;
this.rdaDX1011HW.Location = new System.Drawing.Point(874, 115); this.rdaDX1011HW.Location = new System.Drawing.Point(874, 129);
this.rdaDX1011HW.Name = "rdaDX1011HW"; this.rdaDX1011HW.Name = "rdaDX1011HW";
this.rdaDX1011HW.Size = new System.Drawing.Size(81, 17); this.rdaDX1011HW.Size = new System.Drawing.Size(81, 17);
this.rdaDX1011HW.TabIndex = 18; this.rdaDX1011HW.TabIndex = 18;
@@ -263,7 +278,7 @@
// rdaOGLHW // rdaOGLHW
// //
this.rdaOGLHW.AutoSize = true; this.rdaOGLHW.AutoSize = true;
this.rdaOGLHW.Location = new System.Drawing.Point(874, 138); this.rdaOGLHW.Location = new System.Drawing.Point(874, 147);
this.rdaOGLHW.Name = "rdaOGLHW"; this.rdaOGLHW.Name = "rdaOGLHW";
this.rdaOGLHW.Size = new System.Drawing.Size(69, 17); this.rdaOGLHW.Size = new System.Drawing.Size(69, 17);
this.rdaOGLHW.TabIndex = 19; this.rdaOGLHW.TabIndex = 19;
@@ -272,10 +287,34 @@
this.rdaOGLHW.UseVisualStyleBackColor = true; this.rdaOGLHW.UseVisualStyleBackColor = true;
this.rdaOGLHW.CheckedChanged += new System.EventHandler(this.rda_CheckedChanged); this.rdaOGLHW.CheckedChanged += new System.EventHandler(this.rda_CheckedChanged);
// //
// rdaDX9SW
//
this.rdaDX9SW.AutoSize = true;
this.rdaDX9SW.Location = new System.Drawing.Point(971, 111);
this.rdaDX9SW.Name = "rdaDX9SW";
this.rdaDX9SW.Size = new System.Drawing.Size(74, 17);
this.rdaDX9SW.TabIndex = 20;
this.rdaDX9SW.Tag = "4";
this.rdaDX9SW.Text = "D3D9 SW";
this.rdaDX9SW.UseVisualStyleBackColor = true;
this.rdaDX9SW.CheckedChanged += new System.EventHandler(this.rda_CheckedChanged);
//
// rdaDX1011SW
//
this.rdaDX1011SW.AutoSize = true;
this.rdaDX1011SW.Location = new System.Drawing.Point(971, 129);
this.rdaDX1011SW.Name = "rdaDX1011SW";
this.rdaDX1011SW.Size = new System.Drawing.Size(80, 17);
this.rdaDX1011SW.TabIndex = 21;
this.rdaDX1011SW.Tag = "5";
this.rdaDX1011SW.Text = "D3D11 SW";
this.rdaDX1011SW.UseVisualStyleBackColor = true;
this.rdaDX1011SW.CheckedChanged += new System.EventHandler(this.rda_CheckedChanged);
//
// rdaOGLSW // rdaOGLSW
// //
this.rdaOGLSW.AutoSize = true; this.rdaOGLSW.AutoSize = true;
this.rdaOGLSW.Location = new System.Drawing.Point(971, 138); this.rdaOGLSW.Location = new System.Drawing.Point(971, 147);
this.rdaOGLSW.Name = "rdaOGLSW"; this.rdaOGLSW.Name = "rdaOGLSW";
this.rdaOGLSW.Size = new System.Drawing.Size(68, 17); this.rdaOGLSW.Size = new System.Drawing.Size(68, 17);
this.rdaOGLSW.TabIndex = 22; this.rdaOGLSW.TabIndex = 22;
@@ -663,8 +702,11 @@
this.Controls.Add(this.rdaNone); this.Controls.Add(this.rdaNone);
this.Controls.Add(this.lblOverride); this.Controls.Add(this.lblOverride);
this.Controls.Add(this.rdaOGLSW); this.Controls.Add(this.rdaOGLSW);
this.Controls.Add(this.rdaDX1011SW);
this.Controls.Add(this.rdaDX9SW);
this.Controls.Add(this.rdaOGLHW); this.Controls.Add(this.rdaOGLHW);
this.Controls.Add(this.rdaDX1011HW); this.Controls.Add(this.rdaDX1011HW);
this.Controls.Add(this.rdaDX9HW);
this.Controls.Add(this.lstGSDX); this.Controls.Add(this.lstGSDX);
this.Controls.Add(this.pctBox); this.Controls.Add(this.pctBox);
this.Controls.Add(this.cmdOpenIni); this.Controls.Add(this.cmdOpenIni);
@@ -714,8 +756,11 @@
private System.Windows.Forms.Label lblLog; private System.Windows.Forms.Label lblLog;
private System.Windows.Forms.Button cmdOpenIni; private System.Windows.Forms.Button cmdOpenIni;
private System.Windows.Forms.PictureBox pctBox; private System.Windows.Forms.PictureBox pctBox;
private System.Windows.Forms.RadioButton rdaDX9HW;
private System.Windows.Forms.RadioButton rdaDX1011HW; private System.Windows.Forms.RadioButton rdaDX1011HW;
private System.Windows.Forms.RadioButton rdaOGLHW; private System.Windows.Forms.RadioButton rdaOGLHW;
private System.Windows.Forms.RadioButton rdaDX9SW;
private System.Windows.Forms.RadioButton rdaDX1011SW;
private System.Windows.Forms.RadioButton rdaOGLSW; private System.Windows.Forms.RadioButton rdaOGLSW;
private System.Windows.Forms.Label lblOverride; private System.Windows.Forms.Label lblOverride;
private System.Windows.Forms.RadioButton rdaNone; private System.Windows.Forms.RadioButton rdaNone;

View File

@@ -64,12 +64,21 @@ namespace GSDumpGUI
rdaNone.Checked = true; rdaNone.Checked = true;
break; break;
case 1: case 1:
rdaDX1011HW.Checked = true; rdaDX9HW.Checked = true;
break; break;
case 2: case 2:
rdaOGLHW.Checked = true; rdaDX1011HW.Checked = true;
break; break;
case 3: case 3:
rdaOGLHW.Checked = true;
break;
case 4:
rdaDX9SW.Checked = true;
break;
case 5:
rdaDX1011SW.Checked = true;
break;
case 6:
rdaOGLSW.Checked = true; rdaOGLSW.Checked = true;
break; break;
} }

View File

@@ -112,12 +112,12 @@
<value>2.0</value> <value>2.0</value>
</resheader> </resheader>
<resheader name="reader"> <resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader> </resheader>
<resheader name="writer"> <resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader> </resheader>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> <assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value> <value>
AAABAAcAEBAAAAAAIABoBAAAdgAAABgYAAAAACAAiAkAAN4EAAAgIAAAAAAgAKgQAABmDgAAMDAAAAAA AAABAAcAEBAAAAAAIABoBAAAdgAAABgYAAAAACAAiAkAAN4EAAAgIAAAAAAgAKgQAABmDgAAMDAAAAAA

View File

@@ -55,5 +55,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.1")] [assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.1")] [assembly: AssemblyFileVersion("1.0.0.0")]