mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-30 04:22:21 -05:00
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