From de6babb928c074d1cf0d3a6fb264cfb5d70bbd52 Mon Sep 17 00:00:00 2001 From: "Anthony J. Bentley" Date: Sun, 17 Jul 2016 04:10:49 -0600 Subject: Add an OpenBSD driver identifier. --- Source/Core/VideoCommon/DriverDetails.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Source/Core/VideoCommon/DriverDetails.cpp') 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; -- cgit v1.2.3