summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/DriverDetails.cpp
diff options
context:
space:
mode:
authorAnthony J. Bentley <anthony@anjbe.name>2016-07-17 04:10:49 -0600
committerAnthony J. Bentley <anthony@anjbe.name>2016-07-17 04:13:06 -0600
commitde6babb928c074d1cf0d3a6fb264cfb5d70bbd52 (patch)
tree3b747502319bff4b47434986471d671520614b6b /Source/Core/VideoCommon/DriverDetails.cpp
parent64fb96e4934c7ab36acda84bdd8c36b2363e48e8 (diff)
Add an OpenBSD driver identifier.
Diffstat (limited to 'Source/Core/VideoCommon/DriverDetails.cpp')
-rw-r--r--Source/Core/VideoCommon/DriverDetails.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Core/VideoCommon/DriverDetails.cpp b/Source/Core/VideoCommon/DriverDetails.cpp
index 46e264353f..f65f0afa3e 100644
--- a/Source/Core/VideoCommon/DriverDetails.cpp
+++ b/Source/Core/VideoCommon/DriverDetails.cpp
@@ -32,6 +32,8 @@ const u32 m_os = OS_ALL | OS_OSX;
const u32 m_os = OS_ALL | OS_LINUX;
#elif __FreeBSD__
const u32 m_os = OS_ALL | OS_FREEBSD;
+#elif __OpenBSD__
+const u32 m_os = OS_ALL | OS_OPENBSD;
#endif
static Vendor m_vendor = VENDOR_UNKNOWN;