add friendly name PSX to frontend

This commit is contained in:
zeromus 2014-06-21 00:48:31 +00:00
parent fb985579c7
commit 3cdc9d7c25
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ namespace BizHawk.Client.EmuHawk
{ "C64", "C64" },
{ "GEN", "Genesis" },
{ "SMS", "Sega Master System" },
{ "PSX", "Sony PlayStation" }
};
public string TargetSystem = null;