1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2024-11-17 21:26:38 +00:00

Disable stats reset

This commit is contained in:
gdkchan 2024-09-27 22:15:43 -03:00
parent 31edc0b5ce
commit ccb7f7a166

View file

@ -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)