mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-03 08:07:45 +00:00
Initial support for Haiku.
This commit is contained in:
parent
7304cb0f8e
commit
0831dad467
17 changed files with 236 additions and 15 deletions
|
@ -27,6 +27,7 @@ enum OS
|
|||
OS_ANDROID = (1 << 4),
|
||||
OS_FREEBSD = (1 << 5),
|
||||
OS_OPENBSD = (1 << 6),
|
||||
OS_HAIKU = (1 << 7),
|
||||
};
|
||||
// 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