From 4a4e2f7c72301ba1dfb207f00c7c2fa0e9674223 Mon Sep 17 00:00:00 2001 From: gdkchan Date: Tue, 31 Dec 2019 16:19:44 -0300 Subject: Add XML documentation to Ryujinx.Graphics.Gpu.Engine --- Ryujinx.Graphics.Gpu/Engine/MethodResetCounter.cs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Ryujinx.Graphics.Gpu/Engine/MethodResetCounter.cs') diff --git a/Ryujinx.Graphics.Gpu/Engine/MethodResetCounter.cs b/Ryujinx.Graphics.Gpu/Engine/MethodResetCounter.cs index 574eb5c8..9b469082 100644 --- a/Ryujinx.Graphics.Gpu/Engine/MethodResetCounter.cs +++ b/Ryujinx.Graphics.Gpu/Engine/MethodResetCounter.cs @@ -5,6 +5,11 @@ namespace Ryujinx.Graphics.Gpu.Engine { partial class Methods { + /// + /// Resets the value of a internal GPU counter back to zero. + /// + /// Current GPU state + /// Method call argument private void ResetCounter(GpuState state, int argument) { ResetCounterType type = (ResetCounterType)argument; -- cgit v1.2.3