From d74b130c22a8e877cbf6ecec45a1ab714bb2f77f Mon Sep 17 00:00:00 2001 From: Morilli <35152647+Morilli@users.noreply.github.com> Date: Mon, 8 Jul 2024 03:00:47 +0200 Subject: [PATCH] Add preferred core picker choice for Satellaview idk if this list is supposed to be sorted because it kinda isn't? --- src/BizHawk.Client.Common/config/Config.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/BizHawk.Client.Common/config/Config.cs b/src/BizHawk.Client.Common/config/Config.cs index b38ba8dda5..e16f70b13d 100644 --- a/src/BizHawk.Client.Common/config/Config.cs +++ b/src/BizHawk.Client.Common/config/Config.cs @@ -24,6 +24,8 @@ namespace BizHawk.Client.Common /// 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 ],