From 7e5269402541c5e8967cdfc17283fb89f27f69e2 Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Fri, 5 Jun 2009 22:35:13 +0000 Subject: Make the PlayStation's abbreviation to all lower-case for consistency and change the description from Playstation to Sony PlayStation svn-id: r41200 --- common/util.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') diff --git a/common/util.cpp b/common/util.cpp index 787e0736f9..f6c89fc4a5 100644 --- a/common/util.cpp +++ b/common/util.cpp @@ -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} -- cgit v1.2.3