diff options
| author | Augustin Cavalier <waddlesplash@gmail.com> | 2017-02-22 12:21:10 -0500 |
|---|---|---|
| committer | Augustin Cavalier <waddlesplash@gmail.com> | 2017-03-27 23:46:19 -0400 |
| commit | 0831dad467374f11256b5e63ca66b9dff5bf2463 (patch) | |
| tree | 4c4db3771b5fa0c9da6221f84a1057334d042bb3 /Source/Core/VideoCommon/DriverDetails.cpp | |
| parent | 7304cb0f8eb55169f7f601444a1733020fd96e15 (diff) | |
Initial support for Haiku.
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 072f7b69de..909b904890 100644 --- a/Source/Core/VideoCommon/DriverDetails.cpp +++ b/Source/Core/VideoCommon/DriverDetails.cpp @@ -35,6 +35,8 @@ const u32 m_os = OS_ALL | OS_LINUX; const u32 m_os = OS_ALL | OS_FREEBSD; #elif __OpenBSD__ const u32 m_os = OS_ALL | OS_OPENBSD; +#elif __HAIKU__ +const u32 m_os = OS_ALL | OS_HAIKU; #endif static API m_api = API_OPENGL; |
