mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-05-10 23:35:47 +00:00
Fix compiler warning (ryubing/ryujinx!203)
See merge request ryubing/ryujinx!203
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user