dont forget the setting

This commit is contained in:
David Marcec 2018-07-10 15:12:14 +10:00
parent 8eea44bb90
commit 6346d56bee

View file

@ -16,7 +16,7 @@ namespace Ryujinx.HLE.OsHle.Services.Nv.NvHostCtrl
{
UserCtxs = new ConcurrentDictionary<Process, NvHostCtrlUserCtx>();
if (Set.NxSettings.Settings.TryGetValue("", out object ProductionModeSetting))
if (Set.NxSettings.Settings.TryGetValue("nv!rmos_set_production_mode", out object ProductionModeSetting))
{
IsProductionMode = ((string)ProductionModeSetting) != "0"; // Default value is ""
}