mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-06-28 04:36:23 +02:00
misc: Code styling changes & cleanups
This commit is contained in:
parent
d31d1f91cf
commit
ce31a47934
9 changed files with 42 additions and 76 deletions
|
@ -46,7 +46,7 @@ namespace Ryujinx.Ava.UI.Windows
|
|||
|
||||
private void Load()
|
||||
{
|
||||
Pages.Children.Clear();
|
||||
Pages.Children.Clear();
|
||||
NavPanel.SelectionChanged += NavPanelOnSelectionChanged;
|
||||
NavPanel.SelectedItem = NavPanel.MenuItems.ElementAt(0);
|
||||
}
|
||||
|
@ -97,7 +97,7 @@ namespace Ryujinx.Ava.UI.Windows
|
|||
|
||||
protected override void OnClosing(WindowClosingEventArgs e)
|
||||
{
|
||||
Program.SetUseExtraConfig(false);
|
||||
Program.UseExtraConfig = false;
|
||||
InputPage.Dispose(); // You need to unload the gamepad settings, otherwise the controls will be blocked
|
||||
base.OnClosing(e);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue