From 7b0d18ff4df11da618428ef9ee419d615f5b9a88 Mon Sep 17 00:00:00 2001 From: adelikat Date: Sun, 4 May 2014 13:47:01 +0000 Subject: [PATCH] Put snes profile into status bar core into --- BizHawk.Client.EmuHawk/MainForm.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/BizHawk.Client.EmuHawk/MainForm.cs b/BizHawk.Client.EmuHawk/MainForm.cs index 43768f5ed5..336011abab 100644 --- a/BizHawk.Client.EmuHawk/MainForm.cs +++ b/BizHawk.Client.EmuHawk/MainForm.cs @@ -2359,6 +2359,7 @@ namespace BizHawk.Client.EmuHawk else if (Global.Emulator is LibsnesCore) { CoreNameStatusBarButton.Image = BizHawk.Client.EmuHawk.Properties.Resources.bsnes; + CoreNameStatusBarButton.Text += " (" + ((LibsnesCore.SnesSyncSettings)Global.Emulator.GetSyncSettings()).Profile + ")"; } else if (Global.Emulator is Yabause) {