apparently this didnt get committed?

This commit is contained in:
CasualPokePlayer 2022-01-26 22:44:12 -08:00
parent 6cf16ca211
commit 4bce1584a1
1 changed files with 1 additions and 1 deletions

View File

@ -313,7 +313,7 @@ namespace BizHawk.Client.Common
public bool GbAsSgb { get; set; }
public string LibretroCore { get; set; }
public Dictionary<string, string> PreferredCores = new Dictionary<string, string>
public Dictionary<string, string> PreferredCores = new()
{
[VSystemID.Raw.NES] = CoreNames.QuickNes,
[VSystemID.Raw.SNES] = CoreNames.Snes9X,