mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2026-02-11 01:07:18 -05: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