dont forget the setting
This commit is contained in:
parent
8eea44bb90
commit
6346d56bee
1 changed files with 1 additions and 1 deletions
|
@ -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 ""
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue