parent
a357da360e
commit
f614e41834
|
@ -1993,9 +1993,9 @@ namespace BizHawk.Client.EmuHawk
|
||||||
{
|
{
|
||||||
GenericCoreSubMenu.Visible = true;
|
GenericCoreSubMenu.Visible = true;
|
||||||
#if 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
|
#else //TODO accelerator; I commented out this naive approach which doesn't work --yoshi
|
||||||
GenericCoreSubMenu.Text = $"&{Emulator.GetSystemDisplayName()}";
|
GenericCoreSubMenu.Text = $"&{Emulator.SystemId}";
|
||||||
#endif
|
#endif
|
||||||
GenericCoreSubMenu.DropDownItems.Clear();
|
GenericCoreSubMenu.DropDownItems.Clear();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue