diff options
Diffstat (limited to 'common/util.cpp')
-rw-r--r-- | common/util.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/util.cpp b/common/util.cpp index 2fca568a1b..75f7f82efa 100644 --- a/common/util.cpp +++ b/common/util.cpp @@ -271,6 +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}, {0, 0, 0, "Default", kPlatformUnknown} |