diff --git a/src/BizHawk.Client.EmuHawk/MainForm.cs b/src/BizHawk.Client.EmuHawk/MainForm.cs index f46c9f0022..679fe29a7a 100644 --- a/src/BizHawk.Client.EmuHawk/MainForm.cs +++ b/src/BizHawk.Client.EmuHawk/MainForm.cs @@ -1993,9 +1993,9 @@ namespace BizHawk.Client.EmuHawk { GenericCoreSubMenu.Visible = true; #if true - GenericCoreSubMenu.Text = Emulator.GetSystemDisplayName(); + GenericCoreSubMenu.Text = Emulator.SystemId; #else //TODO accelerator; I commented out this naive approach which doesn't work --yoshi - GenericCoreSubMenu.Text = $"&{Emulator.GetSystemDisplayName()}"; + GenericCoreSubMenu.Text = $"&{Emulator.SystemId}"; #endif GenericCoreSubMenu.DropDownItems.Clear();