Make the PlayStation's abbreviation to all lower-case for consistency and change the description from Playstation to Sony PlayStation

svn-id: r41200
This commit is contained in:
Matthew Hoops 2009-06-05 22:35:13 +00:00
parent 90ee879d89
commit 7e52694025

View file

@ -271,7 +271,7 @@ const PlatformDescription g_platforms[] = {
{"nes", "nes", "nes", "NES", kPlatformNES},
{"segacd", "segacd", "sega", "SegaCD", kPlatformSegaCD},
{"windows", "win", "win", "Windows", kPlatformWindows},
{"playstation", "psx", "PSX", "Playstation", kPlatformPSX},
{"playstation", "psx", "psx", "Sony PlayStation", kPlatformPSX},
{0, 0, 0, "Default", kPlatformUnknown}