mirror of
https://github.com/libretro/Mesen.git
synced 2025-02-25 19:11:20 +00:00
UI: Fixed issue when closing preferences window while game selection screen is shown
This commit is contained in:
parent
c3dedb679b
commit
1852f87934
@ -97,7 +97,7 @@ namespace Mesen.GUI.Controls
|
||||
}
|
||||
}
|
||||
|
||||
private void UpdateGameInfo()
|
||||
public void UpdateGameInfo()
|
||||
{
|
||||
if(_currentIndex < _recentGames.Count) {
|
||||
lblGameName.Text = Path.GetFileNameWithoutExtension(_recentGames[_currentIndex].RomName);
|
||||
|
@ -1233,6 +1233,7 @@ namespace Mesen.GUI.Forms
|
||||
UpdateMenus();
|
||||
InitializeFdsDiskMenu();
|
||||
InitializeNsfMode(true);
|
||||
ctrlRecentGames.UpdateGameInfo();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user