mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-06-29 06:36:24 +02:00
misc: chore: Use explicit types in input projects
This commit is contained in:
parent
1712d69dcd
commit
ac401034d7
8 changed files with 20 additions and 18 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue