summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/DriverDetails.cpp
diff options
context:
space:
mode:
authorJeffrey Pfau <jeffrey@endrift.com>2015-06-10 22:15:11 -0700
committerJeffrey Pfau <jeffrey@endrift.com>2015-06-13 21:52:47 -0700
commit7085fcc8d66267429fc6734be4ff0c563b9ff50a (patch)
treebff7cd87fe9b9e1f156154b9057dfba057a875f1 /Source/Core/VideoCommon/DriverDetails.cpp
parent0ca955a14c9a23a12deabb62502a4d2703f9c47b (diff)
Fix FreeBSD build
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 aa2e34d184..d3b1883cb3 100644
--- a/Source/Core/VideoCommon/DriverDetails.cpp
+++ b/Source/Core/VideoCommon/DriverDetails.cpp
@@ -30,6 +30,8 @@ namespace DriverDetails
const u32 m_os = OS_ALL | OS_OSX;
#elif __linux__
const u32 m_os = OS_ALL | OS_LINUX;
+#elif __FreeBSD__
+ const u32 m_os = OS_ALL | OS_FREEBSD;
#endif
static Vendor m_vendor = VENDOR_UNKNOWN;