misc: chore: Use explicit types in input projects
This commit is contained in:
@@ -55,7 +55,7 @@ namespace Ryujinx.Input.SDL2
|
||||
|
||||
public IEnumerable<IGamepad> GetGamepads()
|
||||
{
|
||||
foreach (var keyboardId in _keyboardIdentifers)
|
||||
foreach (string keyboardId in _keyboardIdentifers)
|
||||
{
|
||||
yield return GetGamepad(keyboardId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user