mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-17 19:26:53 +00:00
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();
|
||||
|
||||
Parameter.Status = UsageState.Enabled;
|
||||
Parameter.StatisticsReset = false;
|
||||
}
|
||||
|
||||
public override void InitializeResultState(ref EffectResultState state)
|
||||
|
|
Loading…
Reference in a new issue