refresh game list after closing game, remove profiler method
This commit is contained in:
parent
a66bf22eb5
commit
d409c5f0bc
2 changed files with 5 additions and 6 deletions
|
@ -292,12 +292,6 @@ namespace Ryujinx.Ui
|
||||||
int rightJoystickDx = 0;
|
int rightJoystickDx = 0;
|
||||||
int rightJoystickDy = 0;
|
int rightJoystickDy = 0;
|
||||||
|
|
||||||
// Keyboard Input
|
|
||||||
#if USE_PROFILING
|
|
||||||
// Profiler input, lets the profiler get access to the main windows keyboard state
|
|
||||||
_profileWindow.UpdateKeyInput(keyboard);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Normal Input
|
// Normal Input
|
||||||
currentHotkeyButtons = KeyboardControls.GetHotkeyButtons(ConfigurationState.Instance.Hid.KeyboardControls, keyboard);
|
currentHotkeyButtons = KeyboardControls.GetHotkeyButtons(ConfigurationState.Instance.Hid.KeyboardControls, keyboard);
|
||||||
currentButton = KeyboardControls.GetButtons(ConfigurationState.Instance.Hid.KeyboardControls, keyboard);
|
currentButton = KeyboardControls.GetButtons(ConfigurationState.Instance.Hid.KeyboardControls, keyboard);
|
||||||
|
|
|
@ -418,6 +418,11 @@ namespace Ryujinx.Ui
|
||||||
_gameTableWindow.Expand = true;
|
_gameTableWindow.Expand = true;
|
||||||
|
|
||||||
this.Window.Title = "Ryujinx";
|
this.Window.Title = "Ryujinx";
|
||||||
|
|
||||||
|
UpdateColumns();
|
||||||
|
UpdateGameTable();
|
||||||
|
|
||||||
|
Task.Run(RefreshFirmwareLabel);
|
||||||
});
|
});
|
||||||
|
|
||||||
device.Dispose();
|
device.Dispose();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue