mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-25 07:09:55 -06:00
misc: chore: Use explicit types in the Avalonia project
This commit is contained in:
@ -367,7 +367,7 @@ namespace Ryujinx.Ava.UI.Models.Input
|
||||
|
||||
public InputConfig GetConfig()
|
||||
{
|
||||
var config = new StandardKeyboardInputConfig
|
||||
StandardKeyboardInputConfig config = new StandardKeyboardInputConfig
|
||||
{
|
||||
Id = Id,
|
||||
Backend = InputBackendType.WindowKeyboard,
|
||||
|
Reference in New Issue
Block a user