aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Input/IGamepad.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.Input/IGamepad.cs')
-rw-r--r--Ryujinx.Input/IGamepad.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx.Input/IGamepad.cs b/Ryujinx.Input/IGamepad.cs
index cc788333..c83ad5f8 100644
--- a/Ryujinx.Input/IGamepad.cs
+++ b/Ryujinx.Input/IGamepad.cs
@@ -66,7 +66,7 @@ namespace Ryujinx.Input
void SetConfiguration(InputConfig configuration);
/// <summary>
- /// Starts a rumble effect on the gampead.
+ /// Starts a rumble effect on the gamepad.
/// </summary>
/// <param name="lowFrequency">The intensity of the low frequency from 0.0f to 1.0f</param>
/// <param name="highFrequency">The intensity of the high frequency from 0.0f to 1.0f</param>