info IDE0044

Make field readonly
This commit is contained in:
qurious-pixel 2024-10-21 13:41:33 -07:00 committed by GitHub
parent d3282a47b2
commit 8a76468f24
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -45,7 +45,7 @@ namespace Ryujinx.Ava.UI.ViewModels.Input
private PlayerIndex _playerId;
private int _controller;
private int _controllerNumber;
private readonly int _controllerNumber;
private string _controllerImage;
private int _device;
private object _configViewModel;