Expose GBA in the platform picker

This commit is contained in:
adelikat 2014-11-19 16:07:03 +00:00
parent ea6966a911
commit 8bfe2220ef
1 changed files with 2 additions and 2 deletions

View File

@ -663,12 +663,12 @@ namespace BizHawk.Client.EmuHawk
{ "Coleco", "Colecovision" },
{ "TI83", "TI-83 Calculator" },
{ "WSWAN", "WonderSwan" }
{ "WSWAN", "WonderSwan" },
{ "GBA", "Gameboy Advance" }
};
if (VersionInfo.DeveloperBuild)
{
released.Add("GBA", "Gameboy Advance");
released.Add("C64", "Commodore 64");
}