mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
Add an OpenBSD driver identifier.
This commit is contained in:
@ -32,6 +32,8 @@ const u32 m_os = OS_ALL | OS_OSX;
|
||||
const u32 m_os = OS_ALL | OS_LINUX;
|
||||
#elif __FreeBSD__
|
||||
const u32 m_os = OS_ALL | OS_FREEBSD;
|
||||
#elif __OpenBSD__
|
||||
const u32 m_os = OS_ALL | OS_OPENBSD;
|
||||
#endif
|
||||
|
||||
static Vendor m_vendor = VENDOR_UNKNOWN;
|
||||
|
Reference in New Issue
Block a user