diff --git a/Ryujinx/Configuration.cs b/Ryujinx/Configuration.cs index 96f4d66f4..dbbec1cbc 100644 --- a/Ryujinx/Configuration.cs +++ b/Ryujinx/Configuration.cs @@ -79,7 +79,7 @@ namespace Ryujinx /// /// Enables or disables multi-core scheduling of threads /// - public bool EnableMultiCoreScheduling { get; private set; } + public bool EnableMulticoreScheduling { get; private set; } /// /// Enables integrity checks on Game content files @@ -188,7 +188,7 @@ namespace Ryujinx device.System.State.SetLanguage(Instance.SystemLanguage); - if (Instance.EnableMultiCoreScheduling) + if (Instance.EnableMulticoreScheduling) { device.System.EnableMultiCoreScheduling(); }