(styleguide) use int instead of var for controllerNumber

This commit is contained in:
reggie 2024-10-08 20:38:45 -05:00 committed by GitHub
parent 1976a98133
commit 42aa838ecf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -472,7 +472,7 @@ namespace Ryujinx.Ava.UI.ViewModels.Input
}
}
var controllerNumber = 0;
int controllerNumber = 0;
foreach (string id in _mainWindow.InputManager.GamepadDriver.GamepadsIds)
{
using IGamepad gamepad = _mainWindow.InputManager.GamepadDriver.GetGamepad(id);