mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-17 07:49:21 +00:00
Fix FreeBSD build
This commit is contained in:
parent
cc79334faf
commit
2eb553fdb7
9 changed files with 28 additions and 9 deletions
|
@ -30,6 +30,8 @@ namespace DriverDetails
|
|||
const u32 m_os = OS_ALL | OS_OSX;
|
||||
#elif __linux__
|
||||
const u32 m_os = OS_ALL | OS_LINUX;
|
||||
#elif __FreeBSD__
|
||||
const u32 m_os = OS_ALL | OS_FREEBSD;
|
||||
#endif
|
||||
|
||||
static Vendor m_vendor = VENDOR_UNKNOWN;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue