mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-08 18:45:48 +00:00
Rehabilitate Haiku support.
This commit is contained in:
parent
1d489b3fd5
commit
2df11d3911
10 changed files with 155 additions and 3 deletions
|
@ -28,6 +28,7 @@ enum OS
|
|||
OS_FREEBSD = (1 << 5),
|
||||
OS_OPENBSD = (1 << 6),
|
||||
OS_NETBSD = (1 << 7),
|
||||
OS_HAIKU = (1 << 8),
|
||||
};
|
||||
// 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