mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
GLInterface: Drop Haiku support
This commit is contained in:
@ -35,8 +35,6 @@ 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;
|
||||
|
Reference in New Issue
Block a user