Add missing UI strings for firmware group headers

This commit is contained in:
YoshiRulz 2021-02-23 01:51:47 +10:00
parent 485817a8e4
commit eee4915ddd
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 3 additions and 1 deletions

View File

@ -67,7 +67,9 @@ namespace BizHawk.Client.EmuHawk
["AmstradCPC"] = "Amstrad CPC",
["ChannelF"] = "Channel F",
["Vectrex"] = "Vectrex",
["MSX"] = "MSX"
["MSX"] = "MSX",
["G7400"] = "Philips Videopac+ G7400",
["PS2"] = "Sony PlayStation 2",
};
public string TargetSystem { get; set; }