Expose GBA in the platform picker
This commit is contained in:
parent
ea6966a911
commit
8bfe2220ef
|
@ -663,12 +663,12 @@ namespace BizHawk.Client.EmuHawk
|
||||||
{ "Coleco", "Colecovision" },
|
{ "Coleco", "Colecovision" },
|
||||||
{ "TI83", "TI-83 Calculator" },
|
{ "TI83", "TI-83 Calculator" },
|
||||||
|
|
||||||
{ "WSWAN", "WonderSwan" }
|
{ "WSWAN", "WonderSwan" },
|
||||||
|
{ "GBA", "Gameboy Advance" }
|
||||||
};
|
};
|
||||||
|
|
||||||
if (VersionInfo.DeveloperBuild)
|
if (VersionInfo.DeveloperBuild)
|
||||||
{
|
{
|
||||||
released.Add("GBA", "Gameboy Advance");
|
|
||||||
released.Add("C64", "Commodore 64");
|
released.Add("C64", "Commodore 64");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue