mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
Merge pull request #4951 from waddlesplash/haiku-2
Initial support for Haiku.
This commit is contained in:
commit
85d74a506f
17 changed files with 236 additions and 15 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue