Added ROM name in title bar
This commit is contained in:
parent
76f80183d7
commit
12c76168e8
1 changed files with 1 additions and 0 deletions
|
@ -87,6 +87,7 @@ namespace Mesen.GUI.Forms
|
|||
void _notifListener_OnNotification(InteropEmu.NotificationEventArgs e)
|
||||
{
|
||||
if(e.NotificationType == InteropEmu.ConsoleNotificationType.GameLoaded) {
|
||||
this.Text = "Mesen - " + System.IO.Path.GetFileNameWithoutExtension(InteropEmu.GetROMPath());
|
||||
CheatInfo.ApplyCheats();
|
||||
InitializeStateMenu(mnuSaveState, true);
|
||||
InitializeStateMenu(mnuLoadState, false);
|
||||
|
|
Loading…
Add table
Reference in a new issue