Add brackets around system display name in MainForm window title

fixes 55300d782
This commit is contained in:
YoshiRulz 2022-01-29 02:54:56 +10:00
parent 8112be31e1
commit b2d1743387
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 1 additions and 1 deletions

View File

@ -1683,7 +1683,7 @@ namespace BizHawk.Client.EmuHawk
if (!Emulator.IsNull())
{
sb.Append($"{Game.Name} {Emulator.GetSystemDisplayName()} - ");
sb.Append($"{Game.Name} [{Emulator.GetSystemDisplayName()}] - ");
if (MovieSession.Movie.IsActive())
{
sb.Append($"{Path.GetFileName(MovieSession.Movie.Filename)} - ");