do not prefer stella

This commit is contained in:
CasualPokePlayer 2024-09-15 23:24:35 -07:00
parent 4a16f2899b
commit a8ab0ed302
1 changed files with 1 additions and 2 deletions

View File

@ -27,7 +27,7 @@ namespace BizHawk.Client.Common
public static readonly IReadOnlyList<(string[] AppliesTo, string[] CoreNames)> CorePickerUIData = new List<(string[], string[])>
{
([ VSystemID.Raw.A26 ],
[ CoreNames.Stella, CoreNames.Atari2600Hawk ]),
[ CoreNames.Atari2600Hawk, CoreNames.Stella ]),
([ VSystemID.Raw.Satellaview ],
[ CoreNames.Bsnes115, CoreNames.SubBsnes115 ]),
([ VSystemID.Raw.GB, VSystemID.Raw.GBC ],
@ -52,7 +52,6 @@ namespace BizHawk.Client.Common
[ CoreNames.Snes9X, CoreNames.Bsnes115, CoreNames.SubBsnes115, CoreNames.Faust, CoreNames.Bsnes ]),
([ VSystemID.Raw.TI83 ],
[ CoreNames.Emu83, CoreNames.TI83Hawk ]),
};
public static Dictionary<string, string> GenDefaultCorePreferences()