mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-05 17:15:49 +00:00
Add an OpenBSD driver identifier.
This commit is contained in:
parent
64fb96e493
commit
de6babb928
2 changed files with 3 additions and 0 deletions
|
@ -17,6 +17,7 @@ enum OS
|
|||
OS_OSX = (1 << 3),
|
||||
OS_ANDROID = (1 << 4),
|
||||
OS_FREEBSD = (1 << 5),
|
||||
OS_OPENBSD = (1 << 6),
|
||||
};
|
||||
// Enum of known vendors
|
||||
// Tegra and Nvidia are separated out due to such substantial differences
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue