diff options
Diffstat (limited to 'common/platform.h')
-rw-r--r-- | common/platform.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/platform.h b/common/platform.h index 5a4f3f1802..72f0991409 100644 --- a/common/platform.h +++ b/common/platform.h @@ -55,6 +55,8 @@ enum Platform { kPlatformPSX, kPlatformCDi, kPlatformIOS, + kPlatformOS2, + kPlatformBeOS, kPlatformUnknown = -1 }; |