mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Rehabilitate Haiku support.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user