mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2026-02-20 15:56:53 -05:00
misc: chore: Use explicit types in input projects
This commit is contained in:
@@ -144,7 +144,7 @@ namespace Ryujinx.Input.Assigner
|
||||
{
|
||||
StringWriter writer = new();
|
||||
|
||||
foreach (var kvp in _stats)
|
||||
foreach (KeyValuePair<GamepadButtonInputId, InputSummary> kvp in _stats)
|
||||
{
|
||||
writer.WriteLine($"Button {kvp.Key} -> {kvp.Value}");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user