aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Gpu/Engine/MethodResetCounter.cs
diff options
context:
space:
mode:
authorgdkchan <gab.dark.100@gmail.com>2019-12-31 16:19:44 -0300
committerThog <thog@protonmail.com>2020-01-09 02:13:00 +0100
commit4a4e2f7c72301ba1dfb207f00c7c2fa0e9674223 (patch)
tree77719af6b5dfcff14bf825977d1abd8abc63b1b1 /Ryujinx.Graphics.Gpu/Engine/MethodResetCounter.cs
parentd1c0a64e6a60b5c6f288c5d152e4f35fb587d988 (diff)
Add XML documentation to Ryujinx.Graphics.Gpu.Engine
Diffstat (limited to 'Ryujinx.Graphics.Gpu/Engine/MethodResetCounter.cs')
-rw-r--r--Ryujinx.Graphics.Gpu/Engine/MethodResetCounter.cs5
1 files changed, 5 insertions, 0 deletions
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
{
+ /// <summary>
+ /// Resets the value of a internal GPU counter back to zero.
+ /// </summary>
+ /// <param name="state">Current GPU state</param>
+ /// <param name="argument">Method call argument</param>
private void ResetCounter(GpuState state, int argument)
{
ResetCounterType type = (ResetCounterType)argument;