Disable stats reset
This commit is contained in:
parent
31edc0b5ce
commit
ccb7f7a166
1 changed files with 1 additions and 0 deletions
|
@ -62,6 +62,7 @@ namespace Ryujinx.Audio.Renderer.Server.Effect
|
||||||
UpdateUsageStateForCommandGeneration();
|
UpdateUsageStateForCommandGeneration();
|
||||||
|
|
||||||
Parameter.Status = UsageState.Enabled;
|
Parameter.Status = UsageState.Enabled;
|
||||||
|
Parameter.StatisticsReset = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override void InitializeResultState(ref EffectResultState state)
|
public override void InitializeResultState(ref EffectResultState state)
|
||||||
|
|
Loading…
Reference in a new issue