mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-24 03:11:09 +00:00
VideoBackends: Add Metal renderer
This commit is contained in:
parent
b0b5faa793
commit
716c0980d7
42 changed files with 3714 additions and 47 deletions
|
@ -39,6 +39,7 @@ enum class APIType
|
|||
OpenGL,
|
||||
D3D,
|
||||
Vulkan,
|
||||
Metal,
|
||||
Nothing
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue