diff options
| author | waddlesplash <waddlesplash@gmail.com> | 2020-12-12 15:25:51 -0500 |
|---|---|---|
| committer | waddlesplash <waddlesplash@gmail.com> | 2021-01-02 16:54:24 -0500 |
| commit | 2df11d3911284c72cb9ee583945d410028178017 (patch) | |
| tree | 6708625d7ec03b7a9eed9ba1a457bcaf8d2a2148 /Source/Core/VideoCommon/DriverDetails.cpp | |
| parent | 1d489b3fd5cdcb9f3da2fd07123d6664ef9fa9a6 (diff) | |
Rehabilitate Haiku support.
Diffstat (limited to 'Source/Core/VideoCommon/DriverDetails.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/DriverDetails.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Core/VideoCommon/DriverDetails.cpp b/Source/Core/VideoCommon/DriverDetails.cpp index 9f5b06ccdd..64ca6dff7f 100644 --- a/Source/Core/VideoCommon/DriverDetails.cpp +++ b/Source/Core/VideoCommon/DriverDetails.cpp @@ -37,6 +37,8 @@ constexpr u32 m_os = OS_ALL | OS_FREEBSD; constexpr u32 m_os = OS_ALL | OS_OPENBSD; #elif __NetBSD__ constexpr u32 m_os = OS_ALL | OS_NETBSD; +#elif __HAIKU__ +constexpr u32 m_os = OS_ALL | OS_HAIKU; #endif static API m_api = API_OPENGL; |
