aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/util.cpp1
-rw-r--r--common/util.h1
2 files changed, 2 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}
diff --git a/common/util.h b/common/util.h
index 5fc08f5263..18f1b70c52 100644
--- a/common/util.h
+++ b/common/util.h
@@ -201,6 +201,7 @@ enum Platform {
kPlatformApple2GS,
kPlatformPC98,
kPlatformWii,
+ kPlatformPSX,
kPlatformUnknown = -1
};