Disable stats reset
parent
31edc0b5ce
commit
ccb7f7a166
|
|
@ -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)
|
||||
|
|
|
|||
Reference in New Issue