mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Add NetBSD support
This commit is contained in:
@ -35,6 +35,8 @@ constexpr u32 m_os = OS_ALL | OS_LINUX;
|
||||
constexpr u32 m_os = OS_ALL | OS_FREEBSD;
|
||||
#elif __OpenBSD__
|
||||
constexpr u32 m_os = OS_ALL | OS_OPENBSD;
|
||||
#elif __NetBSD__
|
||||
constexpr u32 m_os = OS_ALL | OS_NETBSD;
|
||||
#endif
|
||||
|
||||
static API m_api = API_OPENGL;
|
||||
|
Reference in New Issue
Block a user