Fix compiler warning (ryubing/ryujinx!203)

See merge request ryubing/ryujinx!203
This commit is contained in:
LotP
2025-10-30 21:09:24 -05:00
parent 92b61f9d73
commit 2c9b193018
4 changed files with 29 additions and 12 deletions

View File

@@ -10,6 +10,12 @@ namespace Ryujinx.UI.Views.Input
{
public partial class LedInputView : RyujinxControl<LedInputViewModel>
{
//Fix compiler warning
public LedInputView()
{
}
public LedInputView(ControllerInputViewModel viewModel)
{
ViewModel = new LedInputViewModel