This commit is contained in:
Evan Husted 2025-01-23 22:58:08 -06:00
parent 344c1a5fef
commit 8a22d9a942

View File

@ -36,7 +36,7 @@ namespace Ryujinx.Input
IGamepad GetGamepad(string id);
/// <summary>
/// Returns an <see cref="IEnumerable{T}"/> of the connected gamepads.
/// Returns an <see cref="IEnumerable{T}"/> of the connected gamepads.
/// </summary>
IEnumerable<IGamepad> GetGamepads();