From 4bce1584a1b98a32e7d0877815ef3be9c5c3bcb6 Mon Sep 17 00:00:00 2001 From: CasualPokePlayer <50538166+CasualPokePlayer@users.noreply.github.com> Date: Wed, 26 Jan 2022 22:44:12 -0800 Subject: [PATCH] apparently this didnt get committed? --- src/BizHawk.Client.Common/config/Config.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BizHawk.Client.Common/config/Config.cs b/src/BizHawk.Client.Common/config/Config.cs index e6c1bb2cee..e44569deba 100644 --- a/src/BizHawk.Client.Common/config/Config.cs +++ b/src/BizHawk.Client.Common/config/Config.cs @@ -313,7 +313,7 @@ namespace BizHawk.Client.Common public bool GbAsSgb { get; set; } public string LibretroCore { get; set; } - public Dictionary PreferredCores = new Dictionary + public Dictionary PreferredCores = new() { [VSystemID.Raw.NES] = CoreNames.QuickNes, [VSystemID.Raw.SNES] = CoreNames.Snes9X,