VideoCommon: Add APIType entry for Vulkan

This commit is contained in:
Stenzek
2016-08-13 00:55:00 +10:00
parent 75e4e42e56
commit a71381e80a
5 changed files with 87 additions and 29 deletions

View File

@ -73,6 +73,7 @@ enum class APIType
{
OpenGL,
D3D,
Vulkan,
Nothing
};