add friendly name PSX to frontend
This commit is contained in:
parent
fb985579c7
commit
3cdc9d7c25
|
@ -44,6 +44,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
{ "C64", "C64" },
|
||||
{ "GEN", "Genesis" },
|
||||
{ "SMS", "Sega Master System" },
|
||||
{ "PSX", "Sony PlayStation" }
|
||||
};
|
||||
|
||||
public string TargetSystem = null;
|
||||
|
|
Loading…
Reference in New Issue