Merge pull request #4047 from lioncash/enum-fwd

VideoCommon: Make API_TYPE an enum class
This commit is contained in:
Markus Wick
2016-07-31 10:38:42 +02:00
committed by GitHub
28 changed files with 130 additions and 175 deletions

View File

@ -147,7 +147,7 @@ struct VideoConfig final
// TODO: Move this out of VideoConfig
struct
{
API_TYPE APIType;
APIType api_type;
std::vector<std::string> Adapters; // for D3D
std::vector<int> AAModes;