diff options
-rw-r--r-- | common/util.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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} |