refresh game list after closing game, remove profiler method

This commit is contained in:
emmauss 2020-02-06 11:42:24 +00:00
commit d409c5f0bc
2 changed files with 5 additions and 6 deletions

View file

@ -292,12 +292,6 @@ namespace Ryujinx.Ui
int rightJoystickDx = 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
currentHotkeyButtons = KeyboardControls.GetHotkeyButtons(ConfigurationState.Instance.Hid.KeyboardControls, keyboard);
currentButton = KeyboardControls.GetButtons(ConfigurationState.Instance.Hid.KeyboardControls, keyboard);

View file

@ -418,6 +418,11 @@ namespace Ryujinx.Ui
_gameTableWindow.Expand = true;
this.Window.Title = "Ryujinx";
UpdateColumns();
UpdateGameTable();
Task.Run(RefreshFirmwareLabel);
});
device.Dispose();