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:
parent
90ee879d89
commit
7e52694025
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue