Skip to content

Commit

Permalink
Removed Game Boy platforms and BIOS option
Browse files Browse the repository at this point in the history
  • Loading branch information
CatmanFan committed Dec 23, 2023
1 parent 45fce69 commit 7012252
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
4 changes: 2 additions & 2 deletions FriishProduce/_classes/enums.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ public enum Platforms
MSX = 7,
C64 = 109,
Flash = 8,
GB = 9,
GB = 12,
GBC = 10,
GBA = 11,
PSX = 12,
PSX = 9,
S32X = 13,
SMCD = 14,
}
Expand Down
4 changes: 2 additions & 2 deletions FriishProduce/main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ public Main()
x.Get("NeoGeo"),
x.Get("MSX"),
x.Get("Flash"),
x.Get("GB"),
/* x.Get("GB"),
x.Get("GBC"),
x.Get("GBA"),
x.Get("GBA"), */
x.Get("PSX")
};
foreach (var console in consoles) Console.Items.Add(console);
Expand Down
6 changes: 6 additions & 0 deletions FriishProduce/main.resx
Original file line number Diff line number Diff line change
Expand Up @@ -1336,6 +1336,9 @@
<data name="BIOS_Boot.CheckAlign" type="System.Drawing.ContentAlignment, System.Drawing">
<value>TopLeft</value>
</data>
<data name="BIOS_Boot.Enabled" type="System.Boolean, mscorlib">
<value>False</value>
</data>
<data name="BIOS_Boot.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
Expand All @@ -1354,6 +1357,9 @@
<data name="BIOS_Boot.TextAlign" type="System.Drawing.ContentAlignment, System.Drawing">
<value>TopLeft</value>
</data>
<data name="BIOS_Boot.Visible" type="System.Boolean, mscorlib">
<value>False</value>
</data>
<data name="&gt;&gt;BIOS_Boot.Name" xml:space="preserve">
<value>BIOS_Boot</value>
</data>
Expand Down

0 comments on commit 7012252

Please sign in to comment.