Config: Correct MulticoreSched casing

This commit is contained in:
jduncanator 2019-02-16 15:48:39 +11:00
parent b5fcf883e8
commit 8072a31d1a

View file

@ -79,7 +79,7 @@ namespace Ryujinx
/// <summary>
/// Enables or disables multi-core scheduling of threads
/// </summary>
public bool EnableMultiCoreScheduling { get; private set; }
public bool EnableMulticoreScheduling { get; private set; }
/// <summary>
/// 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();
}