Add preferred core picker choice for Satellaview

idk if this list is supposed to be sorted because it kinda isn't?
This commit is contained in:
Morilli 2024-07-08 03:00:47 +02:00
parent 5d24d1a260
commit d74b130c22
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,8 @@ namespace BizHawk.Client.Common
/// </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 ],