fixed bugs and renamed method to GetArguments
This commit is contained in:
parent
d8cf67d358
commit
3a8737f0e6
@ -82,11 +82,12 @@ namespace Ryujinx.Ava.UI.Windows
|
|||||||
GameName,
|
GameName,
|
||||||
GameId,
|
GameId,
|
||||||
GameIconData,
|
GameIconData,
|
||||||
SetArguments()
|
GetArguments()
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
private string SetArguments() {
|
private string GetArguments()
|
||||||
|
{
|
||||||
|
|
||||||
string line = "";
|
string line = "";
|
||||||
|
|
||||||
@ -155,12 +156,6 @@ namespace Ryujinx.Ava.UI.Windows
|
|||||||
|
|
||||||
protected override void OnClosing(WindowClosingEventArgs e)
|
protected override void OnClosing(WindowClosingEventArgs e)
|
||||||
{
|
{
|
||||||
|
|
||||||
foreach (IGamepad gamepad in RyujinxApp.MainWindow.InputManager.GamepadDriver.GetGamepads())
|
|
||||||
{
|
|
||||||
gamepad?.ClearLed();
|
|
||||||
}
|
|
||||||
|
|
||||||
base.OnClosing(e);
|
base.OnClosing(e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user