Skip to content

Commit

Permalink
Add preferred core picker choice for Satellaview
Browse files Browse the repository at this point in the history
idk if this list is supposed to be sorted because it kinda isn't?
  • Loading branch information
Morilli committed Jul 8, 2024
1 parent 5d24d1a commit d74b130
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/BizHawk.Client.Common/config/Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ public class Config
/// </remarks>
public static readonly IReadOnlyList<(string[] AppliesTo, string[] CoreNames)> CorePickerUIData = new List<(string[], string[])>
{
([ VSystemID.Raw.Satellaview ],
[ CoreNames.Bsnes115, CoreNames.SubBsnes115 ]),
([ VSystemID.Raw.GB, VSystemID.Raw.GBC ],
[ CoreNames.Gambatte, CoreNames.Sameboy, CoreNames.GbHawk, CoreNames.SubGbHawk ]),
([ VSystemID.Raw.GBL ],
Expand Down

0 comments on commit d74b130

Please sign in to comment.